IWindowProvider::WindowVisualState property
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( [out, retval] WindowVisualState *pRetVal );
Property value
Type: WindowVisualState*
The visual state of the window. This parameter is passed uninitialized.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also
- Reference
- IWindowProvider
- SetVisualState
- Conceptual
- UI Automation Providers Overview
Show: