Enum WindowState
Specifies whether a window is minimized, maximized, or restored. Used by the WindowState property.
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public enum WindowState
Fields
Name | Description |
---|---|
Maximized | The window is maximized. |
Minimized | The window is minimized. |
Normal | The window is restored. |