Table of Contents

Property VisibleWindows

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

VisibleWindows

Gets all visible windows in the application.

public virtual IEnumerable<Window> VisibleWindows { get; }

Property Value

IEnumerable<Window>

A IEnumerable<T> that contains references to all visible Window objects in the application.