WindowInteractionState Enumeration
.NET Framework 3.0
Contains values that specify the current state of the window for purposes of user or programmatic interaction.
Namespace: System.Windows.Automation
Assembly: UIAutomationTypes (in uiautomationtypes.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: UIAutomationTypes (in uiautomationtypes.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration <ComVisibleAttribute(True)> _ <GuidAttribute("65101cc7-7904-408e-87a7-8c6dbd83a18b")> _ Public Enumeration WindowInteractionState 'Usage Dim instance As WindowInteractionState
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("65101cc7-7904-408e-87a7-8c6dbd83a18b") */
public enum WindowInteractionState
ComVisibleAttribute(true) GuidAttribute("65101cc7-7904-408e-87a7-8c6dbd83a18b") public enum WindowInteractionState
| 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. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: