Specifies whether a button control is the default button.
[Visual Basic] Protected isDefault As Boolean [C#] protected bool isDefault; [C++] protected: bool isDefault; [JScript] protected var isDefault : Boolean;
If true the button control appears as the default button on the parent form; if false the button control appears normally.
ButtonBase Class | ButtonBase Members | System.WinForms Namespace