scripting:api:application:open-help

OpenHelp

Method of IApplication

Opens Help for provided word (URL, chm) in internal/external browser

Application.OpenHelp(strURL, strArguments, bExternal, nWindowID);
Application.OpenHelp strURL, strArguments, bExternal, nWindowID
HRESULT hr = Application.OpenHelp(strURL, strArguments, bExternal, nWindowID);