KeyboardNavigationHandler Class

Handles keyboard navigation for a window.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[UnstableAttribute]
public sealed class KeyboardNavigationHandler : IKeyboardNavigationHandler
Inheritance
Object    KeyboardNavigationHandler
Implements
IKeyboardNavigationHandler

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetNext(IInputElement, NavigationDirection) Gets the next control in the specified navigation direction.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Move(IInputElement, NavigationDirection, KeyModifiers) Moves the focus in the specified direction.
SetOwner(IInputRoot) Sets the owner of the keyboard navigation handler.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also