FindShortKey
Method of IApplication
Description
Search for existing ShortKey handler
Parameters
Return Value
- IShortKeyHandler ppShortKeyHandler
Syntax
JavaScript
var ppShortKeyHandler = Application.FindShortKey(nKey, Syntax);
==== Visual Basic Script ====
ppShortKeyHandler = Application.FindShortKey nKey, Syntax
==== C++ ====
CComPtr<IShortKeyHandler> pShortKeyHandler; HRESULT hr = Application.FindShortKey(nKey, Syntax, &pShortKeyHandler);
===== See Also ===== IApplication