C# Class SpaceClaim.AddIn.Unfold.DashesPropertiesButtonCapsule

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

Protected Properties

Свойство Type Description
activeWindow Window
dashLayer Layer
dashMinSize double
part Part

Méthodes publiques

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

Méthodes protégées

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

Method Details

DashesPropertiesButtonCapsule() public méthode

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
Résultat System

OnExecute() protected méthode

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

Property Details

activeWindow protected_oe property

protected Window activeWindow
Résultat Window

dashLayer protected_oe property

protected Layer dashLayer
Résultat Layer

dashMinSize protected_oe property

protected double dashMinSize
Résultat double

part protected_oe property

protected Part part
Résultat Part