C# Class SpaceClaim.AddIn.Unfold.TessellateButtonCapsule

Inheritance: SpaceClaim.AddInLibrary.RibbonButtonCapsule
Show file Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Public Methods

Method Description
TessellateButtonCapsule ( RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System

Protected Methods

Method Description
OnExecute ( System.Windows.Forms.Command command, ExecutionContext context, System buttonRect ) : void
OnUpdate ( System.Windows.Forms.Command command ) : void

Method Details

OnExecute() protected method

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

OnUpdate() protected method

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

TessellateButtonCapsule() public method

public TessellateButtonCapsule ( RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
buttonSize ButtonSize
return System