BarManager.ShowToolBarsPopup(BarItemLink) Method
Displays the customization menu at the position of the mouse cursor.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
link | BarItemLink | A BarItemLink object. Currently, this parameter is ignored. |
Remarks
This method calls another overload of the BarManager.ShowToolBarsPopup method, which has no parameters. Please refer to its description for more information.
See Also