InputMethod::SetInputScope Method (DependencyObject^, InputScope^)

 

Sets the value of the InputScope attached property on the specified dependency object.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static void SetInputScope(
	DependencyObject^ target,
	InputScope^ value
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: