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

속성 값

키보드 포커스를 가지는 요소입니다.

적용 대상