WindowInteractionState Enumeration
Silverlight
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)
| 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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
