GetNext Method
Gets the next control in the specified navigation direction.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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
Parameters
- IInputElement
- The element.
- NavigationDirection
- The navigation direction.
Return Value
IInputElement
The next element in the specified direction, or null if element was the last in the requested direction.