KeyboardNavigationHandlerGetNext Method
Gets the next control in the specified navigation direction.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static IInputElement? GetNext(
IInputElement element,
NavigationDirection direction
)
Public Shared Function GetNext (
element As IInputElement,
direction As NavigationDirection
) As IInputElement
static member GetNext :
element : IInputElement *
direction : NavigationDirection -> IInputElement
- element IInputElement
- The element.
- direction NavigationDirection
- The navigation direction.
IInputElement
The next element in the specified direction, or null if
element
was the last in the requested direction.