KeyboardNavigationHandler Class

Summary

Handles keyboard navigation for a window.
Namespace
Avalonia.Input
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IKeyboardNavigationHandler"] click Interface0 "/api/Avalonia.Input/IKeyboardNavigationHandler" Type["KeyboardNavigationHandler"] class Type type-node

Syntax

public class KeyboardNavigationHandler : IKeyboardNavigationHandler

Methods

Name Value Summary
GetNext(IInputElement, NavigationDirection) IInputElement?
Gets the next control in the specified navigation direction.
static
Move(IInputElement, NavigationDirection, KeyModifiers) void
Moves the focus in the specified direction.
OnKeyDown(object, KeyEventArgs) void
Handles the Tab key being pressed in the window.
SetOwner(IInputRoot) void
Sets the owner of the keyboard navigation handler.