This documentation is archived and is not being maintained.
WindowInteractionState Enumeration
Visual Studio 2010
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 | |
|---|---|---|
| Running | Indicates that the window is running. This does not guarantee that the window is responding or ready for user interaction. | |
| Closing | Indicates that the window is closing. | |
| ReadyForUserInteraction | Indicates that the window is ready for user interaction. | |
| BlockedByModalWindow | Indicates that the window is blocked by a modal window. | |
| NotResponding | Indicates that the window is not responding. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: