UIElementAutomationPeer.IsEnabledCore メソッド

定義

この UIElementAutomationPeer と関連付けられている UIElement が、キーボード フォーカスを受け取ることが可能かどうかを示す値を取得します。 このメソッドは IsKeyboardFocusable() によって呼び出されます。

protected:
 override bool IsEnabledCore();
protected override bool IsEnabledCore ();
override this.IsEnabledCore : unit -> bool
Protected Overrides Function IsEnabledCore () As Boolean

戻り値

Boolean

IsEnabled の値を含む boolean

適用対象