Summary
Handles access keys within a
MenuItem
- Namespace
- Avalonia
.Controls - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IAccessKeyHandler"]
click Interface0 "/api/Avalonia.Input/IAccessKeyHandler"
Type["MenuItemAccessKeyHandler"]
class Type type-node
Syntax
public class MenuItemAccessKeyHandler : IAccessKeyHandler
Properties
Methods
Name | Value | Summary |
---|---|---|
OnTextInput |
void |
Handles a key being pressed in the menu.
|
Register |
void |
Registers an input element to be associated with an access key.
|
SetOwner |
void |
Sets the owner of the access key handler.
|
Unregister |
void |
Unregisters the access keys associated with the input element.
|