| 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
Syntaxpublic bool QuitIsSupported { get; }Public ReadOnly Property QuitIsSupported As Boolean
	Get
member QuitIsSupported : bool with get
Property Value
Type: 
Booleantrue if quit is supported; otherwise, 
false.
 See Also
See Also