Enum WindowState
Represents the possible states of a window.
Namespace: WinMan
Assembly: WinMan.dll
Syntax
public enum WindowState
Fields
Name | Description |
---|---|
Maximized | The window is maximized or covers the full display area. |
Minimized | The window is minimized or otherwise hidden. |
Restored | The window is restored and visible, but might be covered by other windows. |