InputMethod.GetIsInputMethodEnabled(DependencyObject) Méthode

Définition

Retourne la valeur de la propriété jointe IsInputMethodEnabled 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 dont la valeur de IsInputMethodEnabled doit être récupérée.

Retours

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

Attributs

Exceptions

Levée quand target a la valeur null.

S’applique à

Voir aussi