Enum WindowState
- Namespace
 - Lime
 
- Assembly
 - Lime.dll
 
Enumerates available window states.
public enum WindowState
  Fields
Fullscreen = 3The window covers the whole screen, including all taskbars and/or panels.
Maximized = 2The window covers the whole working area, which includes the desktop but not the taskbar and/or panels.
Minimized = 1The window is minimized to the taskbar (also known as 'iconified').
Normal = 0The window is in its normal state.