Summary
Sets the owner of the access key handler.
- Namespace
- Avalonia
.Input - Containing Type
- IAccessKeyHandler
Syntax
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 |