WindowInteractionState Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

'Declaration
Public Enumeration WindowInteractionState
public enum WindowInteractionState

Members

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

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.