InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) Metoda

Definice

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

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 chcete nastavit připojenou IsInputMethodEnabled vlastnost.

value
Boolean

Nová hodnota připojené IsInputMethodEnabled vlastnosti.

Výjimky

Vyvolá se, když targethodnotu null.

Platí pro

Viz také