System.Windows.Forms.ButtonBase.IsDefault Property

Gets or sets a value indicating whether the button control is the default button.

Syntax

protected bool IsDefault { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the ButtonBase.IsDefault property is set to true, the button is the default button for the System.Windows.Forms.Form. This means that the button is clicked when the ENTER key is pressed if no other button or any other control that captures the ENTER key has focus.

To specify the default button of a form, set the Form.AcceptButton property of the form to the desired button.

Requirements

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