C# Class SpaceClaim.AddInLibrary.RibbonCollectionCapsule

Inheritance: RibbonCommandCapsule
Datei anzeigen Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Protected Properties

Property Type Description
layoutOrientation LayoutOrientation

Public Methods

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

Method Details

RibbonCollectionCapsule() public method

public RibbonCollectionCapsule ( string name, string text, IRibbonObject parent, LayoutOrientation layoutOrientation ) : System
name string
text string
parent IRibbonObject
layoutOrientation LayoutOrientation
return System

WriteStartElement() public method

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

Property Details

layoutOrientation protected_oe property

protected LayoutOrientation layoutOrientation
return LayoutOrientation