Click or drag to resize

AppWindow.QuitOnClose Property (Typed)

X#
A logical value. If set to TRUE, quits the application when this (main) window is closed. The default value is FALSE.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY QuitOnClose AS LOGIC GET SET 
Request Example View Source

Property Value

Type: Logic
A logical value. If set to TRUE, quits the application when this (main) window is closed. The default value is FALSE.
See Also