InputMethodState Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Describes the state of an input method editor when it interacts with a Silverlight-based application.

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

Syntax

'Declaration
Public Enumeration InputMethodState
public enum InputMethodState
<object property="enumMemberName"/>

Members

Member name Description
Supported by Silverlight for Windows Phone Off The input method editor is off for purposes of generating device independent input.
Supported by Silverlight for Windows Phone On The input method editor is on.
Supported by Silverlight for Windows Phone DoNotCare The input method is in an indeterminate state.

Remarks

This enumeration provides the value for the InputMethod.PreferredImeState attached property.

Version Information

Silverlight

Supported in: 5, 4

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

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

See Also

Reference