Skip to main content
Bar

BarManager.HideToolBarsPopup() Method

Hides the customization menu.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void HideToolBarsPopup()

Remarks

The HideToolBarsPopup method hides the customization menu. This menu allows the end-user to specify the visibility status of bars belonging to the BarManager. To open the menu in code, use the BarManager.ShowToolBarsPopup method.

The end-user can open the menu by right-clicking on any bar provided that the BarManager.AllowShowToolbarsPopup property is set to true.

See Also