InputMethod::SetIsInputMethodSuspended Method (DependencyObject^, Boolean)

 

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

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

public:
static void SetIsInputMethodSuspended(
	DependencyObject^ target,
	bool value
)

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
Return to top
Show: