AutomationPeerGetAcceleratorKey Method
Gets the accelerator key combinations for the element that is associated with the UI
Automation peer.
Namespace: Avalonia.Automation.PeersAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public string? GetAcceleratorKey()
Public Function GetAcceleratorKey As String
member GetAcceleratorKey : unit -> string
Return Value
String
An accelerator key (sometimes called a shortcut key) exposes a key combination for
which can be used to invoke an action, for example, an "Open..." menu item on Windows
often has an accelerator key of "Ctrl+O".
| Windows | UIA_AcceleratorKeyPropertyId |
| macOS | No mapping |