InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) Metodo

Definizione

Imposta il valore della proprietà associata IsInputMethodEnabled per l'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 per cui impostare la proprietà associata IsInputMethodEnabled.

value
Boolean

Nuovo valore per la proprietà associata IsInputMethodEnabled.

Eccezioni

Eccezione generata quando target è null.

Si applica a

Vedi anche