Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WindowInteractionState Enumeration

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

Namespace:  System.Windows.Automation
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Enumeration WindowInteractionState

Member nameDescription
Supported by Silverlight for Windows PhoneRunningThe window is running. This does not guarantee that the window is responding or ready for user interaction.
Supported by Silverlight for Windows PhoneClosingThe window is closing.
Supported by Silverlight for Windows PhoneReadyForUserInteractionThe window is ready for user interaction.
Supported by Silverlight for Windows PhoneBlockedByModalWindowThe window is blocked by a modal window.
Supported by Silverlight for Windows PhoneNotRespondingThe window is not responding.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft