Window.Close method
Include protected members
Include inherited members
Closes the window that is represented by the Window object.
Overload list
Name | Description | |
---|---|---|
Close() | Closes the window that is represented by the Window object prompting to save changes to any unsaved form, or form with changes that have not been saved. | |
Close(Boolean) | Closes the window that is represented by the Window object and optionally forces an unsaved form or form with unsaved changes to be closed without saving. |
Top