IWindowProvider::SetVisualState method
Changes the visual state of the window. For example, minimizes or maximizes it.
Syntax
HRESULT SetVisualState(
[in] WindowVisualState state
);
Parameters
- state [in]
-
Type: WindowVisualState
The state of the window.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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
- WindowVisualState
- Conceptual
- UI Automation Providers Overview
Show: