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; }
Public Property AbortButton As Button
Get
Set
member AbortButton : Button with get, set
Property Value
Type:
ButtonThe abort button.
Remarks
On some platforms, the abort button would be called automatically if the user presses the escape key
See Also