Common Application Framework

HtmlHelp.ShowHelpContext Method

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

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.

public abstract int ShowHelpContext(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.

public abstract int ShowHelpContext(string,string);

See Also

HtmlHelp Class | Aveva.ApplicationFramework.Presentation Namespace