Click or drag to resize
CTInterfaceScriptButtonArgsSetupButton Method

[This is preliminary documentation and is subject to change.]

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)
Syntax
public void SetupButton(
	string name,
	string hint,
	string imagefile
)

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