Back to Devexpress

BarManager.HideToolBarsPopup() Method

windowsforms-devexpress-dot-xtrabars-dot-barmanager-55a1c57b.md

latest1.5 KB
Original Source

BarManager.HideToolBarsPopup() Method

Hides the customization menu.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void HideToolBarsPopup()
vb
Public Overridable Sub 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

AllowShowToolbarsPopup

ShowToolBarsPopup

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace