MenuItemAccessKeyHandler.

Register(char, IInputElement) Method

Summary

Registers an input element to be associated with an access key.
Namespace
Avalonia.Controls
Containing Type
MenuItemAccessKeyHandler

Syntax

public void Register(char accessKey, IInputElement element)

Parameters

Name Type Description
accessKey char The access key.
element IInputElement The input element.

Return Value

Type Description
void