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.
Syntax
See GetIsInputMethodEnabled, SetIsInputMethodEnabled
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.
Remarks
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.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone