IHelpService Methods
.NET Framework (current version)
Namespace:
System.ComponentModel.Design
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AddContextAttribute(String^, String^, HelpKeywordType) | Adds a context attribute to the document. |
![]() | ClearContextAttributes() | Removes all existing context attributes from the document. |
![]() | CreateLocalContext(HelpContextType) | Creates a local IHelpService to manage subcontexts. |
![]() | RemoveContextAttribute(String^, String^) | Removes a previously added context attribute. |
![]() | RemoveLocalContext(IHelpService^) | Removes a context created with CreateLocalContext. |
![]() | ShowHelpFromKeyword(String^) | Shows the Help topic that corresponds to the specified keyword. |
![]() | ShowHelpFromUrl(String^) | Shows the Help topic that corresponds to the specified URL. |
Show:
