BarShortcut(Keys) Constructor
Creates an instance of the BarShortcut class with a predefined first key combination.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | Keys | A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values that specify the first key combination. This value is assigned to the BarShortcut.Key property. |
Remarks
Use this constructor to create a new shortcut object with the specified first key combination. If you need to specify two key combinations for this shortcut, you can use the constructor with two parameters. The created shortcut can be assigned to the BarItem.ItemShortcut property of the desired item.
See Also