Table of Contents

Method FindVisibleWindow

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

FindVisibleWindow<T>()

Finds first visible window of the specified type. If no window is found, returns Null.

public static T? FindVisibleWindow<T>() where T : Window

Returns

T

Type Parameters

T

Type of the window to find.