InputMethod.GetIsInputMethodEnabled(DependencyObject) Metoda

Definice

Vrátí hodnotu IsInputMethodEnabled připojené vlastnosti pro zadaný objekt závislosti.

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

Parametry

target
DependencyObject

Objekt závislosti, pro který se má načíst hodnota IsInputMethodEnabled.

Návraty

Aktuální hodnota IsInputMethodEnabled pro zadaný objekt závislosti.

Atributy

Výjimky

Vyvolá se, když targethodnotu null.

Platí pro

Viz také