ShowHelpContext Method (IHtmlHelp)
Displays the help window at the topic associated with the given contextId. The help topic is
determined via a lookup in the context help index.
Overload List
Overload | Description |
---|---|
ShowHelpContext(String) | Displays the help window at the topic associated with the given contextId. The help topic is determined via a lookup in the context help index. |
ShowHelpContext(List<String>) | Displays the help window at the topic associated with the given list of contextId in priority order. The help topic is determined via a lookup in the context help index. |
ShowHelpContext(String,String) | Displays the help window at the topic associated with the given contextId in the given chm file. The help topic is determined via a lookup in the context help index. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also