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.
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);
HtmlHelp Class | Aveva.ApplicationFramework.Presentation Namespace