C# Class SpaceClaim.AddInLibrary.RibbonContainerCapsule

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

Méthodes publiques

Méthode Description
RibbonContainerCapsule ( string name, RibbonCollectionCapsule parent, LayoutOrientation layoutOrientation, bool isGroup ) : System
WriteStartElement ( XmlWriter xmlWriter ) : void

Method Details

RibbonContainerCapsule() public méthode

public RibbonContainerCapsule ( string name, RibbonCollectionCapsule parent, LayoutOrientation layoutOrientation, bool isGroup ) : System
name string
parent RibbonCollectionCapsule
layoutOrientation LayoutOrientation
isGroup bool
Résultat System

WriteStartElement() public méthode

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