window class : Close() method
Description
Closes the window.
Syntax
instance.Close()
Arguments
None.
Return value
None.
Sample code
1: | window w = new window(); |
2: | w.Close(); |
Notes
Closes the window and exits the application.
Links for reference
None.