WindowVisualState Enumerated Type

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

IWindowProvider