C# Class SpaceClaim.AddIn.Unfold.DashesPropertiesButtonCapsule

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

Protected Properties

Property Type Description
activeWindow Window
dashLayer Layer
dashMinSize double
part Part

Public Methods

Method Description
DashesPropertiesButtonCapsule ( string name, string text, System image, string hint, RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System

Protected Methods

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

Method Details

DashesPropertiesButtonCapsule() public method

public DashesPropertiesButtonCapsule ( string name, string text, System image, string hint, RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System
name string
text string
image System
hint string
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
buttonSize ButtonSize
return System

OnExecute() protected method

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

Property Details

activeWindow protected property

protected Window activeWindow
return Window

dashLayer protected property

protected Layer dashLayer
return Layer

dashMinSize protected property

protected double dashMinSize
return double

part protected property

protected Part part
return Part