Click or drag to resize

App.Quit Method (Typed)

X#
Terminate the application by instructing the application to close itself.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Quit() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
This method is normally invoked when an Exit menu command is selected.
See Also