ItemsControlGetNextControl Method
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected static IInputElement? GetNextControl(
INavigableContainer container,
NavigationDirection direction,
IInputElement? from,
bool wrap
)
Protected Shared Function GetNextControl (
container As INavigableContainer,
direction As NavigationDirection,
from As IInputElement,
wrap As Boolean
) As IInputElement
static member GetNextControl :
container : INavigableContainer *
direction : NavigationDirection *
from : IInputElement *
wrap : bool -> IInputElement
- container INavigableContainer
-
- direction NavigationDirection
-
- from IInputElement
-
- wrap Boolean
-
IInputElement