InputMethod.GetIsInputMethodEnabled(DependencyObject) メソッド

定義

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

public:
 static bool GetIsInputMethodEnabled(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetIsInputMethodEnabled (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetIsInputMethodEnabled : System.Windows.DependencyObject -> bool
Public Shared Function GetIsInputMethodEnabled (target As DependencyObject) As Boolean

パラメーター

target
DependencyObject

IsInputMethodEnabled の値を取得する対象の依存関係オブジェクト。

戻り値

指定した依存関係オブジェクトの IsInputMethodEnabled の現在の値。

属性

例外

targetnull の場合に発生します。

適用対象

こちらもご覧ください