| 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)
Syntax public void SetupButton(
string name,
string hint,
string imagefile
)
Public Sub SetupButton (
name As String,
hint As String,
imagefile As String
)
Parameters
- name
- Type: SystemString
Label of the menu item - hint
- Type: SystemString
Tooltip text - imagefile
- Type: SystemString
Full path fo the bitmap associated with the menuitem.
See Also