IWindowProvider::get_WindowVisualState method (uiautomationcore.h)

Specifies the visual state of the window; that is, whether the window is normal (restored), minimized, or maximized.

This property is read-only.

Syntax

HRESULT get_WindowVisualState(
  WindowVisualState *pRetVal
);

Parameters

pRetVal

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps | UWP apps]
Minimum supported server Windows Server 2003 [desktop apps | UWP apps]
Target Platform Windows
Header uiautomationcore.h (include UIAutomation.h)

See also

Conceptual

IWindowProvider

Reference

SetVisualState

UI Automation Providers Overview