Window.Close Method
Visio Automation Reference |
Closes a window.
Version Information
Version Added: Visio 2.0
Syntax
expression.Close
expression A variable that represents a Window object.
Return Value
Nothing
Remarks
If the indicated window is the only window open for a document and the document contains unsaved changes, an alert appears asking if you want to save the document. You can use the AlertResponse property to prevent the alert from appearing.
If you close a docked stencil window, only that window is closed. However, if you close a drawing window that contains docked stencils, the docked stencil window is also closed.
Example
This example shows how to close all open ShapeSheet windows. It assumes at least one ShapeSheet window is open in Microsoft Office Visio.
Visual Basic for Applications |
---|
|
See Also