MenuItemAccessKeyHandler.

SetOwner(IInputRoot) Method

Summary

Sets the owner of the access key handler.
Namespace
Avalonia.Controls
Containing Type
MenuItemAccessKeyHandler

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