C# Class SpaceClaim.AddInLibrary.RibbonTabCapsule

Inheritance: RibbonCommandCapsule
ファイルを表示 Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Public Methods

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

Method Details

RibbonTabCapsule() public method

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

WriteStartElement() public method

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