Window.ParentWindow Property
Visio Automation Reference |
Returns the Window object that is the parent of another Window object. Read-only.
Version Information
Version Added: Visio 2000
Syntax
expression.ParentWindow
expression A variable that represents a Window object.
Return Value
Window
Remarks
ParentWindow returns nothing and raises no exception if the window is a top-level window. A top-level window is a member of the Windows collection of an Application object.
Use the Parent property of a Window object to get the Windows collection to which a Window object belongs.
See Also