InputMethod::SetInputScope Method (DependencyObject^, InputScope^)
.NET Framework (current version)
Sets the value of the InputScope 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 InputScope attached property.
- value
-
Type:
System.Windows.Input::InputScope^
An InputScope object representing the new value for the InputScope attached property.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when target is null. |
The following example demonstrates how to use the SetInputScope method to determine the InputScope associated with a TextBox object.
.NET Framework
Available since 3.0
Available since 3.0
Show: