Enum WindowVisualState
The possible visual states of a window.
public enum WindowVisualState
Fields
Maximized = 1Specifies that the window is maximized.
Minimized = 2Specifies that the window is minimized.
Normal = 0Specifies that the window is normal (restored).