ShortcutItemClickEventArgs.Accelerator Property
Gets the hotkey combination an end-user has pressed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v21.1.dll
NuGet Packages: DevExpress.Win.Design, 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