Skip to main content
Bar

ShortcutItemClickEventArgs.Accelerator Property

Gets the hotkey combination an end-user has pressed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Keys Accelerator { get; set; }

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