Property OwnedWindows
OwnedWindows
Gets an array of Window objects that represent all windows that are owned by this window.
Window[] OwnedWindows { get; }
Property Value
Remarks
This property returns an array that contains all windows that are owned by this window. To make a window owned by another window, set the Owner property. When a window is owned by another window, it is closed or hidden with the owner window.