SetIsTabStop Method
Sets the IsTabStopProperty for an element.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static void SetIsTabStop(
InputElement element,
bool value
)
Public Shared Sub SetIsTabStop (
element As InputElement,
value As Boolean
)
static member SetIsTabStop :
element : InputElement *
value : bool -> unit
Parameters
- InputElement
- The container.
- Boolean
- Value indicating whether the container is a tab stop.