InputMethod.GetIsInputMethodEnabled(DependencyObject) Method

Definition

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

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

Parameters

target
DependencyObject

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

Returns

The current value of IsInputMethodEnabled for the specified dependency object.

Attributes

Exceptions

Raised when target is null.

Applies to

See also