Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WindowVisualState Enumeration

 

Contains values that specify the visual state of a window.

Namespace:   System.Windows.Automation
Assembly:  UIAutomationTypes (in UIAutomationTypes.dll)

<ComVisibleAttribute(True)>
<GuidAttribute("fdc8f176-aed2-477a-8c89-ea04cc5f278d")>
Public Enumeration WindowVisualState

Member nameDescription
Maximized

Specifies that the window is maximized.

Minimized

Specifies that the window is minimized.

Normal

Specifies that the window is normal (restored).

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft