Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that specify the visual state of a window.
Syntax
typedef enum { WindowVisualState_Normal, WindowVisualState_Maximized, WindowVisualState_Minimized } WindowVisualState;
Constants
WindowVisualState_Normal
The window is normal (restored).WindowVisualState_Maximized
The window is maximized.WindowVisualState_Minimized
The window is minimized.
Enumerated Type Information
Header uiautomationcore.h Minimum operating systems Windows XP
See Also