MenuItemAccessKeyHandler.

Unregister(IInputElement) Method

Summary

Unregisters the access keys associated with the input element.
Namespace
Avalonia.Controls
Containing Type
MenuItemAccessKeyHandler

Syntax

public void Unregister(IInputElement element)

Parameters

Name Type Description
element IInputElement The input element.

Return Value

Type Description
void