Click or drag to resize
CTInterface.OnRequestScriptButton 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<CTInterface. ScriptButtonArgs> OnRequestScriptButton

Value

Type: System.EventHandler<CTInterface.ScriptButtonArgs>
Availability

CUSTOMTOOLS 2015 SP0


See Also