InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) Metodo

Definizione

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.

Si applica a

Vedi anche