InputMethod.GetIsInputMethodEnabled(DependencyObject) Metodo

Definizione

Restituisce il valore della IsInputMethodEnabled proprietà associata per un oggetto di dipendenza specificato.

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

Parametri

target
DependencyObject

Oggetto dipendenza per il quale recuperare il valore di IsInputMethodEnabled.

Valori restituiti

Valore corrente di IsInputMethodEnabled per l'oggetto dipendenza specificato.

Attributi

Eccezioni

Generato quando target è Null.

Si applica a

Vedi anche