InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) Metoda

Definicja

Ustawia wartość dołączonej IsInputMethodEnabled właściwości dla określonego obiektu zależności.

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

Obiekt zależności, na którym ma być ustawiona IsInputMethodEnabled dołączona właściwość.

value
Boolean

Nowa wartość dołączonej IsInputMethodEnabled właściwości.

Wyjątki

Podniesione, gdy target ma wartość null.

Dotyczy

Zobacz też