Property Windows
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.