Table of Contents

Property LastActivatedWindows

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

LastActivatedWindows

Gets all visible windows in the application ordered by the last activated time. Last activated window will be the first one in the result.

public virtual IEnumerable<Window> LastActivatedWindows { get; }

Property Value

IEnumerable<Window>

A IEnumerable<T> that contains references to all visible Window objects in the application ordered by the last activated time.