InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta il valore della IsInputMethodEnabled proprietà associata sull'oggetto dipendenza specificato.
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)
Parametri
- target
- DependencyObject
Oggetto dipendenza in cui impostare la IsInputMethodEnabled proprietà associata.
- value
- Boolean
Nuovo valore per la IsInputMethodEnabled proprietà associata.
Eccezioni
Generato quando target è Null.