Constructor of ShortKey object as method of IScriptApplication
ShortKey constructor
var ppShortKeyHandler = new ShortKey(onExecute);
==== Visual Basic Script ====
ppShortKeyHandler = ScriptApplication.ShortKey onExecute
==== C++ ====
CComPtr<IScriptShortKeyHandler> pShortKeyHandler; HRESULT hr = ScriptApplication.ShortKey(onExecute, &pShortKeyHandler);
===== See Also ===== IScriptApplication