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.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object InputMethod.IsInputMethodEnabled="bool"/>
Property Value
Type: System.Booleantrue 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.