Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
WindowVisualState enumeration (uiautomationcore.h)
Contains values that specify the visual state of a window.
Syntax
typedef enum WindowVisualState {
WindowVisualState_Normal = 0,
WindowVisualState_Maximized = 1,
WindowVisualState_Minimized = 2
} ;
Constants
WindowVisualState_NormalValue: 0 The window is normal (restored). |
WindowVisualState_MaximizedValue: 1 The window is maximized. |
WindowVisualState_MinimizedValue: 2 The window is minimized. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |
See also
Feedback
Was this page helpful?
