System.Windows.Forms.HelpProvider: Method Members

The methods of System.Windows.Forms.HelpProvider are listed below. For a list of all members, see the HelpProvider Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Methods

CanExtend(object) : bool

Specifies whether this object can provide its extender properties to the specified object.

GetHelpKeyword(Control) : string

Returns the Help keyword for the specified control.

GetHelpNavigator(Control) : HelpNavigator

Returns the current System.Windows.Forms.HelpNavigator setting for the specified control.

GetHelpString(Control) : string

Returns the contents of the pop-up Help window for the specified control.

GetShowHelp(Control) : bool

Returns a value indicating whether the specified control's Help should be displayed.

ResetShowHelp(Control)

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, bool)

Specifies whether Help is displayed for the specified control.

override
ToString() : string

Returns a string that represents the current System.Windows.Forms.HelpProvider.