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.

WindowInteractionState Enumeration

 

Contains values that specify the current state of the window for purposes of user or programmatic interaction.

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

<ComVisibleAttribute(True)>
<GuidAttribute("65101cc7-7904-408e-87a7-8c6dbd83a18b")>
Public Enumeration WindowInteractionState

Member nameDescription
BlockedByModalWindow

Indicates that the window is blocked by a modal window.

Closing

Indicates that the window is closing.

NotResponding

Indicates that the window is not responding.

ReadyForUserInteraction

Indicates that the window is ready for user interaction.

Running

Indicates that the window is running. This does not guarantee that the window is responding or ready for user interaction.

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