Table of Contents

Method WindowsWithExcept

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

WindowsWithExcept(Window?)

Gets all windows in the application except the specified window.

public static IEnumerable<Window> WindowsWithExcept(Window? exceptWindow = null)

Parameters

exceptWindow Window

Returns

IEnumerable<Window>

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