Constructor Window
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
WindowKindWindow kind to use instead of default value.
Remarks
Fo example, this constructor allows to use window as control (specify Control) as a parameter.