ShortcutItemClickEventArgs.Accelerator Property
Gets the hotkey combination an end-user has pressed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Keys | A Keys object that specifies the hotkey combination an end-user has pressed. |
Remarks
See the BarManager.ShortcutItemClick event to learn more.
See Also