 | CTInterfaceScriptButtonArgs Class |
Inheritance Hierarchy Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic class ScriptButtonArgs : EventArgs
Public Class ScriptButtonArgs
Inherits EventArgs
The CTInterfaceScriptButtonArgs type exposes the following members.
Properties | Name | Description |
---|
 | DocType |
Type of the document for which the menuitem is set.
DocType is defined in assembly SolidWorks.Interop.swconst.dll. enum swDocumentTypes_e
{
swDocNONE = 0,
swDocPART = 1,
swDocASSEMBLY = 2,
swDocDRAWING = 3,
swDocSDM = 4
}; |
 | 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).
|
Top
Methods | Name | Description |
---|
 | SetupButton |
Call to setup extra menuitem to CUSTOMTOOLS' menu in SOLIDWORKS.
Sets Handled to TRUE when called with non-empty name.
|
Top
Revision HistoryDate | Version | Description |
---|
- | 2015 SP0 | First Release |
See Also