KeyboardNavigationHandlerSetOwner Method
Sets the owner of the keyboard navigation handler.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[PrivateApiAttribute]
public void SetOwner(
IInputRoot owner
)
<PrivateApiAttribute>
Public Sub SetOwner (
owner As IInputRoot
)
[<PrivateApiAttribute>]
abstract SetOwner :
owner : IInputRoot -> unit
[<PrivateApiAttribute>]
override SetOwner :
owner : IInputRoot -> unit
- owner IInputRoot
- The owner.
IKeyboardNavigationHandlerSetOwner(IInputRoot)
This method can only be called once, typically by the owner itself on creation.