Enum WindowInteractionState
Defines values that specify the current state of the window for purposes of user or programmatic interaction.
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public enum WindowInteractionState
Fields
| Name | Description |
|---|---|
| BlockedByModalWindow | The window is blocked by a modal window. |
| Closing | The window is closing. |
| NotResponding | The window is not responding. |
| ReadyForUserInteraction | The window is ready for user interaction. |
| Running | The window is running. This does not guarantee that the window is responding or ready for user interaction. |