Skip to main content
A newer version of this page is available. .
Bar

BarShortcut() Constructor

Creates an instance of the BarShortcut class with default settings.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public BarShortcut()

Remarks

This constructor sets the BarShortcut.Key and BarShortcut.SecondKey properties to Keys.None. You can use it to create a new empty shortcut object to compare it with other shortcuts.

See Also