C# Class SpaceClaim.AddIn.Utilities.ThreadToolCapsule

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

Public Methods

Method Description
ThreadToolCapsule ( string commandName, RibbonCollectionCapsule parent, ButtonSize size ) : System

Protected Methods

Method 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 method

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

OnInitialize() protected method

protected OnInitialize ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
return void

OnUpdate() protected method

protected OnUpdate ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
return void

ThreadToolCapsule() public method

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