WindowState Enum

Definition

Enumerates available window states.

public enum WindowState
type WindowState = 
Inheritance
WindowState

Fields

Fullscreen 3

The window covers the whole screen, including all taskbars and/or panels.

Maximized 2

The window covers the whole working area, which includes the desktop but not the taskbar and/or panels.

Minimized 1

The window is minimized to the taskbar (also known as 'iconified').

Normal 0

The window is in its normal state.

Applies to