Table of Contents

Method FindWindow

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

FindWindow<T>()

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

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

Returns

T

Type Parameters

T

Type of the window to find.