Table of Contents

Property Windows

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

Windows

Gets the instantiated windows in an application.

public IReadOnlyList<Window> Windows { get; }

Property Value

IReadOnlyList<Window>

A IReadOnlyList<T> that contains references to all window objects in the current application.