Table of Contents

Method CreateAs

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

CreateAs<T>(WindowKind)

Creates window with specified type and window kind.

public static T CreateAs<T>(WindowKind windowKind) where T : Window

Parameters

windowKind WindowKind

Window kind to use when window is created.

Returns

T

Type Parameters

T

Type of the window to create.