C# Class SpaceClaim.AddIn.Utilities.ThreadToolCapsule

Inheritance: SpaceClaim.AddInLibrary.RibbonButtonCapsule
Afficher le fichier Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Méthodes publiques

Méthode Description
ThreadToolCapsule ( string commandName, RibbonCollectionCapsule parent, ButtonSize size ) : System

Méthodes protégées

Méthode Description
OnExecute ( System.Windows.Forms.Command command, ExecutionContext context, Rectangle buttonRect ) : void
OnInitialize ( System.Windows.Forms.Command command ) : void
OnUpdate ( System.Windows.Forms.Command command ) : void

Method Details

OnExecute() protected méthode

protected OnExecute ( System.Windows.Forms.Command command, ExecutionContext context, Rectangle buttonRect ) : void
command System.Windows.Forms.Command
context ExecutionContext
buttonRect System.Drawing.Rectangle
Résultat void

OnInitialize() protected méthode

protected OnInitialize ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
Résultat void

OnUpdate() protected méthode

protected OnUpdate ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
Résultat void

ThreadToolCapsule() public méthode

public ThreadToolCapsule ( string commandName, RibbonCollectionCapsule parent, ButtonSize size ) : System
commandName string
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
size ButtonSize
Résultat System