IHtmlHelp Interface Methods
For a list of all members of this type, see IHtmlHelp members.
Public Methods
Name | Description | |
---|---|---|
![]() | Close | Closes this Aveva.ApplicationFramework.Presentation.IHtmlHelp. |
![]() | ShowHelpAbout | Shows the help about form as a modal dialog. |
![]() | ShowHelpALink | Displays the help window at the topic with the given associative link. |
![]() | ShowHelpContents | Displays the help window with the contents pane active. |
![]() | ShowHelpContext | Overloaded. 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. |
![]() | ShowHelpIndex | Displays the help window with the index pane active. |
![]() | ShowHelpKeyword | Displays the help window at the topic with the given keyword. |
![]() | ShowHelpOnHelp | Show a help window for help on help if a help on help file has been specified. |
![]() | ShowHelpSearch | Displays the help window with the search pane active. |
![]() | ShowOnlineLink | Opens a browser window for the given URL. |
See Also