Enum WindowState
The window state.
public enum WindowState
Fields
Maximized = 1The window is maximized.
Minimized = 2The window is minimized.
Normal = 0The window is in normal, restored state.
The window state.
public enum WindowState
Maximized = 1The window is maximized.
Minimized = 2The window is minimized.
Normal = 0The window is in normal, restored state.