Back to Devexpress

KeyShortcut Constructors

windowsforms-devexpress-dot-utils-dot-keyshortcut-dot-ctor.md

latest1.1 KB
Original Source

KeyShortcut Constructors

A class used by various controls to provide shortcut keys.

NameParametersDescription
KeyShortcut()noneCreates an instance of the KeyShortcut class and sets the shortcut to the None value.
KeyShortcut(Keys)keyCreates an instance of the KeyShortcut class with the specified shortcut.
KeyShortcut(Shortcut)shortcutCreates an instance of the KeyShortcut class with the specified shortcut.

See Also

KeyShortcut Class

KeyShortcut Members

DevExpress.Utils Namespace