Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 789 Bytes

windowinteractionstate.md

File metadata and controls

38 lines (24 loc) · 789 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Automation.WindowInteractionState
winrt enum

WindowInteractionState

-description

Defines values that specify the current state of the window for purposes of user or programmatic interaction.

-enum-fields

-field Running:0

The window is running. This doesn't guarantee that the window is responding or ready for user interaction.

-field Closing:1

The window is closing.

-field ReadyForUserInteraction:2

The window is ready for user interaction.

-field BlockedByModalWindow:3

The window is blocked by a modal window.

-field NotResponding:4

The window is not responding.

-remarks

-examples

-see-also