InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) Metoda

Definicja

Ustawia wartość dołączonej IsInputMethodEnabled właściwości na określonym obiekcie 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 należy ustawić dołączoną IsInputMethodEnabled 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ż