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)
- C#
- VB
- F#
[UnstableAttribute]
public sealed class KeyboardNavigationHandler : IKeyboardNavigationHandler
<UnstableAttribute>
Public NotInheritable Class KeyboardNavigationHandler
Implements IKeyboardNavigationHandler
[<SealedAttribute>]
[<UnstableAttribute>]
type KeyboardNavigationHandler =
class
interface IKeyboardNavigationHandler
end
| Inheritance | Object → KeyboardNavigationHandler |
| Implements | IKeyboardNavigationHandler |
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) |