Enum WindowState
- Namespace
- SharpConsoleUI
- Assembly
- SharpConsoleUI.dll
Specifies the current state of a window.
public enum WindowState
Fields
Maximized = 2Window is maximized to fill the entire desktop area.
Minimized = 1Window is minimized and not visible in the content area.
Normal = 0Window is displayed at its normal size and position.