InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) Yöntem

Tanım

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

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)

Parametreler

target
DependencyObject

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

value
Boolean

Ekli özelliğin IsInputMethodEnabled yeni değeri.

Özel durumlar

Null olduğunda target oluşturulur.

Şunlara uygulanır

Ayrıca bkz.