C# Class SpaceClaim.AddInLibrary.RibbonBooleanGroupCapsule

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

Public Methods

Method Description
CreateOptionsUI ( ) : void
RibbonBooleanGroupCapsule ( string name, string text, string booleanText, RibbonTabCapsule parent ) : System
WriteStartElement ( XmlWriter xmlWriter ) : void

Method Details

CreateOptionsUI() public method

public CreateOptionsUI ( ) : void
return void

RibbonBooleanGroupCapsule() public method

public RibbonBooleanGroupCapsule ( string name, string text, string booleanText, RibbonTabCapsule parent ) : System
name string
text string
booleanText string
parent RibbonTabCapsule
return System

WriteStartElement() public method

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