BarShortcut(BarShortcut) Constructor
Creates an instance of the BarShortcut class using settings of the specified shortcut object.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
shortcut | BarShortcut | A BarShortcut object whose settings are copied to the created shortcut object. |
Remarks
Use this constructor if you need to create a shortcut object based on the settings of an existing shortcut. The generated shortcut can be assigned to the BarItem.ItemShortcut property of the desired item.
See Also