Skip to main content
A newer version of this page is available. .
Bar

BarManager.ShowToolBarsPopup(BarItemLink) Method

Displays the customization menu at the position of the mouse cursor.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void ShowToolBarsPopup(
    BarItemLink link
)

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