DialogDefaultButton Property |
Gets or sets the default button.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Button DefaultButton { get; set; }
Public Property DefaultButton As Button
Get
Set
member DefaultButton : Button with get, set
Property Value
Type:
ButtonThe default button.
Remarks
On some platforms, the abort button would be called automatically if the user presses the return key
on the form
See Also