Skip to main content

KeyboardNavigationHandler Class

Unstable.

Note: This API is unstable and may change in a future release.

Handles keyboard navigation for a window.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

[UnstableAttribute]
public sealed class KeyboardNavigationHandler : IKeyboardNavigationHandler
View Source
InheritanceObject → KeyboardNavigationHandler
ImplementsIKeyboardNavigationHandler

Constructors

KeyboardNavigationHandler()Initializes a new instance of the KeyboardNavigationHandler class

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetNext(IInputElement, NavigationDirection)Gets the next control in the specified navigation direction.
GetType()Gets the Type of the current instance.
(Inherited from Object)
Move(IInputElement, NavigationDirection, KeyModifiers)Moves the focus in the specified direction.
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Input Namespace