Table of Contents

Constructor Window

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

Window()

Initializes a new instance of the Window class.

public Window()

Window(WindowKind)

Initializes a new instance of the Window class.

public Window(WindowKind windowKind)

Parameters

windowKind WindowKind

Window kind to use instead of default value.

Remarks

Fo example, this constructor allows to use window as control (specify Control) as a parameter.