WindowInteractionState Enumeration

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)

No code example is currently available or this language may not be supported.

Member nameDescription
RunningThe window is running. This does not guarantee that the window is responding or ready for user interaction.
ClosingThe window is closing.
ReadyForUserInteractionThe window is ready for user interaction.
BlockedByModalWindowThe window is blocked by a modal window.
NotRespondingThe window is not responding.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Reference

ChildWindow
ChildWindowAutomationPeer

Show:
© 2017 Microsoft