System.Windows.Forms.HelpProvider Members

The members of System.Windows.Forms.HelpProvider are listed below.

See Also: Inherited members from System.ComponentModel.Component

Public Constructors

Initializes a new instance of the System.Windows.Forms.HelpProvider class.

Public Properties

HelpNamespacestring.

Gets or sets a value specifying the name of the Help file associated with this System.Windows.Forms.HelpProvider object.

Tagobject.

Gets or sets the object that contains supplemental data about the System.Windows.Forms.HelpProvider.

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.