System.Windows.Forms.Form.HelpButton Property

Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool HelpButton { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When this property is set to true, a small button with a question mark appears in the caption bar to the left of the Close button. You can use this button to display help for your application. You can create an event handler for the Control.HelpRequested event of the System.Windows.Forms.Control class to display Help information to the user when the Help button of the form is clicked.

Note:

The value of the Form.HelpButton property is ignored if the Maximize or Minimize buttons are shown.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0