C# Class SpaceClaim.AddInLibrary.RibbonCollectionCapsule

Inheritance: RibbonCommandCapsule
Afficher le fichier Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Protected Properties

Свойство Type Description
layoutOrientation LayoutOrientation

Méthodes publiques

Méthode Description
RibbonCollectionCapsule ( string name, string text, IRibbonObject parent, LayoutOrientation layoutOrientation ) : System
WriteStartElement ( XmlWriter xmlWriter ) : void

Method Details

RibbonCollectionCapsule() public méthode

public RibbonCollectionCapsule ( string name, string text, IRibbonObject parent, LayoutOrientation layoutOrientation ) : System
name string
text string
parent IRibbonObject
layoutOrientation LayoutOrientation
Résultat System

WriteStartElement() public méthode

public WriteStartElement ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
Résultat void

Property Details

layoutOrientation protected_oe property

protected LayoutOrientation layoutOrientation
Résultat LayoutOrientation