InputMethod::SetIsInputMethodSuspended Method (DependencyObject^, Boolean)
.NET Framework (current version)
Sets the value of the IsInputMethodSuspended attached property on the specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- target
-
Type:
System.Windows::DependencyObject^
The dependency object on which to set the IsInputMethodSuspended attached property.
- value
-
Type:
System::Boolean
The new value for the IsInputMethodSuspended attached property.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when target is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: