IsKeyboardFocusable Method
Gets a value that indicates whether the element can accept keyboard focus.
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsKeyboardFocusable()
Public Function IsKeyboardFocusable As Boolean
member IsKeyboardFocusable : unit -> bool