InputMethod.SetIsInputMethodEnabled(DependencyObject, Boolean) メソッド

定義

指定した依存関係オブジェクトの IsInputMethodEnabled 添付プロパティの値を設定します。

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)

パラメーター

target
DependencyObject

IsInputMethodEnabled 添付プロパティを設定する依存関係オブジェクト。

value
Boolean

IsInputMethodEnabled 添付プロパティの新しい値。

例外

targetnull の場合に発生します。

適用対象

こちらもご覧ください