WindowInteractionState Enumeration

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

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

Syntax

Public Enumeration WindowInteractionState
public enum WindowInteractionState

Members

Member name Description
Running The window is running. This does not guarantee that the window is responding or ready for user interaction.
Closing The window is closing.
ReadyForUserInteraction The window is ready for user interaction.
BlockedByModalWindow The window is blocked by a modal window.
NotResponding The window is not responding.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

System.Windows.Automation Namespace

ChildWindow

ChildWindowAutomationPeer