HasKeyboardFocus Method
Gets a value that indicates whether the element that is associated with this automation peer currently has keyboard focus.
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool HasKeyboardFocus()
Public Function HasKeyboardFocus As Boolean
member HasKeyboardFocus : unit -> bool