Table of Contents

Method FirstWindow

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

FirstWindow<T>()

Returns first window or null if there are no windows or window is not of the T type.

public static T? FirstWindow<T>() where T : class

Returns

T

Type Parameters

T

Type of the window to return.

FirstWindow()

Returns first window or null if there are no windows.

public static Window? FirstWindow()

Returns

Window