InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur de la IsInputMethodEnabled propriété jointe sur l’objet de dépendance spécifié.
public:
static void SetIsInputMethodEnabled(System::Windows::DependencyObject ^ target, bool value);
public static void SetIsInputMethodEnabled(System.Windows.DependencyObject target, bool value);
static member SetIsInputMethodEnabled : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsInputMethodEnabled (target As DependencyObject, value As Boolean)
Paramètres
- target
- DependencyObject
Objet de dépendance sur lequel définir la IsInputMethodEnabled propriété jointe.
- value
- Boolean
Nouvelle valeur de la IsInputMethodEnabled propriété jointe.
Exceptions
Déclenché lorsqu’il target s’agit de null.