InputMethod.SetIsInputMethodSuspended(DependencyObject, Boolean) Metoda

Definicja

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

public:
 static void SetIsInputMethodSuspended(System::Windows::DependencyObject ^ target, bool value);
public static void SetIsInputMethodSuspended (System.Windows.DependencyObject target, bool value);
static member SetIsInputMethodSuspended : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsInputMethodSuspended (target As DependencyObject, value As Boolean)

Parametry

target
DependencyObject

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

value
Boolean

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

Wyjątki

Podniesione, gdy target ma wartość null.

Dotyczy

Zobacz też