CTInterfaceScriptButtonArgs Class |
Namespace: ATR.CT.CTInterface
The CTInterfaceScriptButtonArgs type exposes the following members.
Name | Description | |
---|---|---|
DocType |
Type of the document for which the menuitem is set.
DocType is defined in assembly SolidWorks.Interop.swconst.dll. C# enum swDocumentTypes_e { swDocNONE = 0, /// NONE document swDocPART = 1, /// PART document swDocASSEMBLY = 2, /// ASSEMBLY document swDocDRAWING = 3, /// DRAWING document swDocSDM = 4 /// SDM document }; | |
Handled |
Returns true if SetupButton(String, String, String) is called with valid parameters.
| |
Hint |
Getter for menuitem tooltip text defined with SetupButton(String, String, String).
| |
ImageFile |
Getter for menuitem bitmap filename defined with SetupButton(String, String, String).
| |
Name |
Getter for menuitem name defined with SetupButton(String, String, String).
|
Name | Description | |
---|---|---|
SetupButton |
Call to setup extra menuitem to CUSTOMTOOLS' menu in SOLIDWORKS.
Sets Handled to TRUE when called with non-empty name.
|
CUSTOMTOOLS 2015 SP0