WindowState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |