C# Class SpaceClaim.AddInLibrary.RibbonTabCapsule

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

Méthodes publiques

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

Method Details

RibbonTabCapsule() public méthode

public RibbonTabCapsule ( string name, string text, IRibbonObject parent ) : System
name string
text string
parent IRibbonObject
Résultat System

WriteStartElement() public méthode

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