InputMethod.SetIsInputMethodEnabled Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the value for the InputMethod..::.IsInputMethodEnabled attached property on the specified object.
Namespace: System.Windows.Input
Assembly: System.Windows (in System.Windows.dll)
Syntax
Public Shared Sub SetIsInputMethodEnabled ( _
target As DependencyObject, _
value As Boolean _
)
public static void SetIsInputMethodEnabled(
DependencyObject target,
bool value
)
Parameters
- target
Type: System.Windows..::.DependencyObject
The object on which to set the InputMethod..::.IsInputMethodEnabled attached property value.
- value
Type: System..::.Boolean
The value to set.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | target is not a TextBox. |
| ArgumentNullException | target is nullNothingnullptra null reference (Nothing in Visual Basic). |
Remarks
target should be a TextBox.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone