Click or drag to resize

ApplicationQuitIsSupported Property

Gets a value indicating whether this Application supports the Quit operation.

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

Property Value

Type: Boolean
true if quit is supported; otherwise, false.
See Also