Summary
Sets the owner of the keyboard navigation handler.
- Namespace
- Avalonia
.Input - Containing Type
- Keyboard
Navigation Handler
Syntax
public void SetOwner(IInputRoot owner)
Remarks
This method can only be called once, typically by the owner itself on creation.
Parameters
Name | Type | Description |
---|---|---|
owner | IInputRoot | The owner. |
Return Value
Type | Description |
---|---|
void |