InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) Metoda

Definice

Nastaví hodnotu IsInputMethodEnabled připojené vlastnosti u zadaného objektu závislostí.

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)

Parametry

target
DependencyObject

Objekt závislosti, na kterém se má nastavit připojená IsInputMethodEnabled vlastnost.

value
Boolean

Nová hodnota pro připojenou IsInputMethodEnabled vlastnost.

Výjimky

Vyvolána, když target je hodnota null.

Platí pro

Viz také