次の方法で共有


UIElement3DAutomationPeer.HasKeyboardFocusCore メソッド

定義

この UIElement3D に関連付けられている UIElement3DAutomationPeer に現在キーボード入力フォーカスがあるかどうかを示す値を返します。 このメソッドは HasKeyboardFocus() によって呼び出されます。

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

戻り値

この要素にキーボード入力フォーカスがある場合は true。それ以外の場合は false

注釈

を継承 UIElement3DAutomationPeer するクラスは、通常、 をオーバーライド HasKeyboardFocusCoreする必要はありません。

UIElement3DAutomationPeerは、.NET Framework バージョン 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象