InputMethod.SetIsInputMethodSuspended(DependencyObject, Boolean) Yöntem

Tanım

Belirtilen bağımlılık nesnesinde IsInputMethodSuspended ekli özelliğin değerini ayarlar.

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)

Parametreler

target
DependencyObject

Ekli özelliğin IsInputMethodSuspended ayarlanacağı bağımlılık nesnesi.

value
Boolean

Ekli özelliğin IsInputMethodSuspended yeni değeri.

Özel durumlar

Null olduğunda target oluşturulur.

Şunlara uygulanır

Ayrıca bkz.