KeyboardDevice.FocusedElement Property

Definition

Gets the element that has keyboard focus.

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

Property Value

The element with keyboard focus.

Applies to