ShortcutItemClickEventArgs.Accelerator Property
In This Article
Gets the hotkey combination an end-user has pressed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#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