WindowInteractionState Enumeration
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines values that specify the current state of the window for purposes of user or programmatic interaction.
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. |
Show: