Summary
Registers an input element to be associated with an access key.
- Namespace
- Avalonia
.Input - Containing Type
- AccessKeyHandler
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 |