[]
Specifies whether a window is minimized, maximized, or floating.
public enum C1WindowState
Name | Description |
---|---|
Floating | The window is floating (neither maximized nor minimized). |
Maximized | The window is maximized. |
Minimized | The window is minimized. |