Click or drag to resize

DialogAbortButton Property

Gets or sets the abort button.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Button AbortButton { get; set; }

Property Value

Type: Button
The abort button.
Remarks
On some platforms, the abort button would be called automatically if the user presses the escape key
See Also