IsInputMethodEnabled Attached Property
Collapse the table of content
Expand the table of content

InputMethod.IsInputMethodEnabled Attached Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a value that determines whether input method editors can be used to provide input for the control where the property is attached.

Namespace:  System.Windows.Input
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

See GetIsInputMethodEnabled, SetIsInputMethodEnabled
<object InputMethod.IsInputMethodEnabled="bool"/>

Property Value

Type: System.Boolean
true if input method editors can be used to provide input; otherwise, false.

Dependency property identifier field: IsInputMethodEnabledProperty

The InputMethod.IsInputMethodEnabled attached property is used to disable input method editors for the special case of a text box control being used as a password box.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft