Method of IApplication
Search for existing ShortKey handler
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