Click or drag to resize
CTInterface.ScriptButtonArgs.SetupButton 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: System.String
Label of the menu item
hint
Type: System.String
Tooltip text
imagefile
Type: System.String
Full path fo the bitmap associated with the menuitem.
See Also