Click or drag to resize

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; }

Property Value

Type: Button
The 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