C# Class SpaceClaim.AddInLibrary.RibbonCheckBoxCapsule

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

Méthodes publiques

Méthode Description
RibbonCheckBoxCapsule ( string name, string text, System image, string hint, IRibbonObject parent, bool isChecked ) : System
WriteStartElement ( XmlWriter xmlWriter ) : void

Méthodes protégées

Méthode Description
OnExecute ( Command command, ExecutionContext executionContext, System buttonRect ) : void

Method Details

OnExecute() protected méthode

protected OnExecute ( Command command, ExecutionContext executionContext, System buttonRect ) : void
command Command
executionContext ExecutionContext
buttonRect System
Résultat void

RibbonCheckBoxCapsule() public méthode

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

WriteStartElement() public méthode

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