Enum WindowVisualState
The possible visual states of a window.
Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public enum WindowVisualState
Fields
| Name | Description |
|---|---|
| Maximized | Specifies that the window is maximized. |
| Minimized | Specifies that the window is minimized. |
| Normal | Specifies that the window is normal (restored). |