Help Methods
.NET Framework 4.5
The Help type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ShowHelp(Control, String) | Displays the contents of the Help file at the specified URL. |
|
ShowHelp(Control, String, String) | Displays the contents of the Help file found at the specified URL for a specific keyword. |
|
ShowHelp(Control, String, HelpNavigator) | Displays the contents of the Help file found at the specified URL for a specific topic. |
|
ShowHelp(Control, String, HelpNavigator, Object) | Displays the contents of the Help file located at the URL supplied by the user. |
|
ShowHelpIndex | Displays the index of the specified Help file. |
|
ShowPopup | Displays a Help pop-up window. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |