Click or drag to resize
CTInterfaceOnRequestScriptButton Event

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

Invoked at CUSTOMTOOLS startup. Allows one script add-in to set up an extra button to CUSTOMTOOLS menu. Availability of the button is queried with OnRequestScriptButtonEnable and it's click event at OnScriptButtonClicked.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public event EventHandler<CTInterfaceScriptButtonArgs> OnRequestScriptButton

Value

Type: SystemEventHandlerCTInterfaceScriptButtonArgs
Availability

CUSTOMTOOLS 2015 SP0


See Also