InputMethod.GetIsInputMethodSuspended(DependencyObject) Method

Definition

Returns the value of the IsInputMethodSuspended attached property for a specified dependency object.

public:
 static bool GetIsInputMethodSuspended(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetIsInputMethodSuspended (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetIsInputMethodSuspended : System.Windows.DependencyObject -> bool
Public Shared Function GetIsInputMethodSuspended (target As DependencyObject) As Boolean

Parameters

target
DependencyObject

The dependency object for which to retrieve the value of IsInputMethodSuspended.

Returns

The current value of IsInputMethodSuspended for the specified dependency object.

Attributes

Exceptions

Raised when target is null.

Applies to

See also