InputMethod.GetIsInputMethodEnabled Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the value for the InputMethod.IsInputMethodEnabled attached property on the specified object.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- target
- Type: System.Windows.DependencyObject
The object to get the InputMethod.IsInputMethodEnabled attached property value from.
| Exception | Condition |
|---|---|
| ArgumentException | target is not a TextBox. |
| ArgumentNullException | target is null. |
target should be a TextBox (or related type such as PasswordBox).
Show: