Table of Contents

Property OwnedWindows

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OwnedWindows

Gets an array of Window objects that represent all windows that are owned by this window.

public virtual Window[] OwnedWindows { get; }

Property Value

Window[]

A Window array that represents the owned windows for this window.

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.