ApplicationIHandlerQuitIsSupported Property |
Gets a value indicating whether the application supports the
Quit operation.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool QuitIsSupported { get; }
ReadOnly Property QuitIsSupported As Boolean
Get
abstract QuitIsSupported : bool with get
Property Value
Type:
Booleantrue if quit is supported; otherwise,
false.
See Also