Click or drag to resize

CTInterfaceOnRequestScriptButton Event

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) Version: 25.0
Syntax
public event EventHandler<CTInterfaceScriptButtonArgs> OnRequestScriptButton

Value

EventHandlerCTInterfaceScriptButtonArgs
Revision History
DateVersionDescription
-2015 SP0First Release
See Also