Summary
Unregisters the access keys associated with the input element.
- Namespace
- Avalonia
.Input - Containing Type
- AccessKeyHandler
Syntax
public void Unregister(IInputElement element)
Parameters
Name | Type | Description |
---|---|---|
element | IInputElement | The input element. |
Return Value
Type | Description |
---|---|
void |