GetControl Method
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected override IInputElement? GetControl(
NavigationDirection direction,
IInputElement? from,
bool wrap
)
Protected Overrides Function GetControl (
direction As NavigationDirection,
from As IInputElement,
wrap As Boolean
) As IInputElement
abstract GetControl :
direction : NavigationDirection *
from : IInputElement *
wrap : bool -> IInputElement
override GetControl :
direction : NavigationDirection *
from : IInputElement *
wrap : bool -> IInputElement