C# Class SpaceClaim.AddInLibrary.RibbonContainerCapsule

Inheritance: RibbonCollectionCapsule
Show file Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Public Methods

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

Method Details

RibbonContainerCapsule() public method

public RibbonContainerCapsule ( string name, RibbonCollectionCapsule parent, LayoutOrientation layoutOrientation, bool isGroup ) : System
name string
parent RibbonCollectionCapsule
layoutOrientation LayoutOrientation
isGroup bool
return System

WriteStartElement() public method

public WriteStartElement ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
return void