GUIExit Function | |
Namespace:
VOGUIClasses
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax FUNCTION GUIExit(
o AS Object,
args AS EventArgs
) AS VOID
public static void GUIExit(
Object o,
EventArgs args
)
Request Example
View SourceParameters
- o
- Type: Object
- args
- Type: EventArgs
See Also