DialogIHandlerAbortButton Property |
Gets or sets the abort button.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Button AbortButton { get; set; }
Property AbortButton As Button
Get
Set
abstract 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