 | CTInterfaceScriptButtonArgsSetupButton Method |
Call to setup extra menuitem to CUSTOMTOOLS' menu in SOLIDWORKS.
Sets
Handled to TRUE when called with non-empty name.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic void SetupButton(
string name,
string hint,
string imagefile
)
Public Sub SetupButton (
name As String,
hint As String,
imagefile As String
)
Parameters
- name String
- Label of the menu item
- hint String
- Tooltip text
- imagefile String
- Full path fo the bitmap associated with the menuitem.
See Also