Back to Devexpress

BarShortcut Constructors

windowsforms-devexpress-dot-xtrabars-dot-barshortcut-dot-ctor.md

latest1.5 KB
Original Source

BarShortcut Constructors

Contains item shortcut settings.

NameParametersDescription
BarShortcut()noneCreates an instance of the BarShortcut class with default settings.
BarShortcut(BarShortcut)shortcutCreates an instance of the BarShortcut class using settings of the specified shortcut object.
BarShortcut(Keys, Keys)key, secondKeyCreates a shortcut that consists of two key combinations.
BarShortcut(Keys)keyCreates an instance of the BarShortcut class with a predefined first key combination.
BarShortcut(Shortcut)shortcutCreates an instance of the BarShortcut class with a predefined first key combination.

See Also

BarShortcut Class

BarShortcut Members

DevExpress.XtraBars Namespace