InputMethod.GetIsInputMethodEnabled(DependencyObject) Méthode

Définition

Retourne la valeur de la IsInputMethodEnabled propriété jointe pour un objet de dépendance spécifié.

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

Paramètres

target
DependencyObject

Objet de dépendance pour lequel récupérer la valeur de IsInputMethodEnabled.

Retours

Valeur actuelle de l’objet de IsInputMethodEnabled dépendance spécifié.

Attributs

Exceptions

Déclenché lorsqu’il target s’agit de null.

S’applique à

Voir aussi