HelpProvider Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | CanExtend(Object^) | Specifies whether this object can provide its extender properties to the specified object. |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHelpKeyword(Control^) | Returns the Help keyword for the specified control. |
![]() | GetHelpNavigator(Control^) | Returns the current HelpNavigator setting for the specified control. |
![]() | GetHelpString(Control^) | Returns the contents of the pop-up Help window for the specified control. |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetService(Type^) | |
![]() | GetShowHelp(Control^) | Returns a value indicating whether the specified control's Help should be displayed. |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | ResetShowHelp(Control^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the Help associated with the specified control. |
![]() | SetHelpKeyword(Control^, String^) | Specifies the keyword used to retrieve Help when the user invokes Help for the specified control. |
![]() | SetHelpNavigator(Control^, HelpNavigator) | Specifies the Help command to use when retrieving Help from the Help file for the specified control. |
![]() | SetHelpString(Control^, String^) | Specifies the Help string associated with the specified control. |
![]() | SetShowHelp(Control^, Boolean) | Specifies whether Help is displayed for the specified control. |
![]() | ToString() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string that represents the current HelpProvider.(Overrides Component::ToString().) |

