The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WindowInteractionState Enumeration
.NET Framework (current version)
Contains values that specify the current state of the window for purposes of user or programmatic interaction.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Member name | Description | |
|---|---|---|
| BlockedByModalWindow | Indicates that the window is blocked by a modal window. | |
| Closing | Indicates that the window is closing. | |
| NotResponding | Indicates that the window is not responding. | |
| ReadyForUserInteraction | Indicates that the window is ready for user interaction. | |
| Running | Indicates that the window is running. This does not guarantee that the window is responding or ready for user interaction. |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: