InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) Método

Definición

Establece el valor de la propiedad adjunta IsInputMethodEnabled en el objeto de dependencia especificado.

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)

Parámetros

target
DependencyObject

Objeto de dependencia en el que se establecerá la propiedad adjunta IsInputMethodEnabled.

value
Boolean

El nuevo valor para la propiedad adjunta IsInputMethodEnabled.

Excepciones

Se genera cuando target es null.

Se aplica a

Consulte también