C# Class SpaceClaim.AddInLibrary.RibbonCommandCapsule

Inheritance: CommandCapsule, IRibbonObject
Afficher le fichier Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Méthodes publiques

Méthode Description
RibbonCommandCapsule ( string name, string text, System image, string hint, IRibbonObject parent ) : System
Update ( ) : void
WriteEndElement ( XmlWriter xmlWriter ) : void
WriteStartElement ( XmlWriter xmlWriter ) : void

Méthodes protégées

Méthode Description
OnUpdate ( Command command ) : void

Method Details

OnUpdate() protected méthode

protected OnUpdate ( Command command ) : void
command Command
Résultat void

RibbonCommandCapsule() public méthode

public RibbonCommandCapsule ( string name, string text, System image, string hint, IRibbonObject parent ) : System
name string
text string
image System
hint string
parent IRibbonObject
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

WriteEndElement() public méthode

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

WriteStartElement() public méthode

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