AppWindow.QuitOnClose Property (Typed) | |
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
public virtual bool QuitOnClose { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value. If set to TRUE, quits the application when this (main) window is closed. The default value is FALSE.
See Also