Property OwnedWindowsCollection
OwnedWindowsCollection
Gets a collection of Window objects that represent all windows that are owned by this window.
[Browsable(false)]
public virtual IEnumerable<Window> OwnedWindowsCollection { get; }
Property Value
- IEnumerable<Window>
A Window collection that represents the owned windows for this window.
Remarks
This property returns a collection 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.