Window.ParentWindow property (Visio)
Returns the Window object that is the parent of another Window object. Read-only.
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.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.