scripting:api:script-short-key-handler:on-execute

onExecute

Handler for IShortKeyHandler::onExecute

Read-Write Property of type VARIANT

var Action = ScriptShortKeyHandler.onExecute;
ScriptShortKeyHandler.onExecute = Action;

==== Visual Basic Script ====

Action = ScriptShortKeyHandler.onExecute
ScriptShortKeyHandler.onExecute = Action

==== C++ ====

VARIANT Action;
HRESULT hr = ScriptShortKeyHandler.get_onExecute(&Action);
hr = ScriptShortKeyHandler.put_onExecute(Action);

===== See Also ===== IScriptShortKeyHandler