windowsforms-devexpress-dot-xtrabars-4db7aa62.md
Provides data for the BarManager.ShowToolbarsContextMenu event.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class ShowToolbarsContextMenuEventArgs :
EventArgs
Public Class ShowToolbarsContextMenuEventArgs
Inherits EventArgs
ShowToolbarsContextMenuEventArgs is the data class for the following events:
You can handle the BarManager.ShowToolbarsContextMenu event to adjust the Customization Window (add or remove specific items) before it is displayed onscreen. Use the ShowToolbarsContextMenuEventArgs.ItemLinks property to access the menu item collection.
See the BarManager.ShowToolbarsContextMenu topic for more information.
Object EventArgs ShowToolbarsContextMenuEventArgs
See Also