Click or drag to resize

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.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void SetupButton(
	string name,
	string hint,
	string imagefile
)

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