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? |
Gets the next control in the specified navigation direction.
static
|
Move |
void |
Moves the focus in the specified direction.
|
OnKeyDown |
void |
Handles the Tab key being pressed in the window.
|
SetOwner |
void |
Sets the owner of the keyboard navigation handler.
|