AppWindow.QuitOnClose Property | |
A logical value. If set to TRUE, quits the application when this (main) window is closed. The default value is FALSE.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY QuitOnClose AS USUAL GET SET
public virtual Usual QuitOnClose { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value. If set to TRUE, quits the application when this (main) window is closed. The default value is FALSE.
See Also