This topic has not yet been rated - Rate this topic

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)
public enum 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.