Share via


KeyboardDevice.FocusedElement プロパティ

定義

キーボード フォーカスを持つ要素を取得します。

public:
 property System::Windows::IInputElement ^ FocusedElement { System::Windows::IInputElement ^ get(); };
public System.Windows.IInputElement FocusedElement { get; }
member this.FocusedElement : System.Windows.IInputElement
Public ReadOnly Property FocusedElement As IInputElement

プロパティ値

キーボード フォーカスを持つ要素。

適用対象