KeyboardNavigation.

SetTabOnceActiveElement(InputElement, IInputElement?) Method

Summary

Sets the TabOnceActiveElementProperty for a container.
Namespace
Avalonia.Input
Containing Type
KeyboardNavigation

Syntax

public static void SetTabOnceActiveElement(InputElement element, IInputElement? value)

Parameters

Name Type Description
element InputElement The container.
value IInputElement? The active element for the container.

Return Value

Type Description
void