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 | |
---|---|---|
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
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.