IHelpService Methods

 

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodAddContextAttribute(String^, String^, HelpKeywordType)

Adds a context attribute to the document.

System_CAPS_pubmethodClearContextAttributes()

Removes all existing context attributes from the document.

System_CAPS_pubmethodCreateLocalContext(HelpContextType)

Creates a local IHelpService to manage subcontexts.

System_CAPS_pubmethodRemoveContextAttribute(String^, String^)

Removes a previously added context attribute.

System_CAPS_pubmethodRemoveLocalContext(IHelpService^)

Removes a context created with CreateLocalContext.

System_CAPS_pubmethodShowHelpFromKeyword(String^)

Shows the Help topic that corresponds to the specified keyword.

System_CAPS_pubmethodShowHelpFromUrl(String^)

Shows the Help topic that corresponds to the specified URL.

Return to top
Show: