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

ShowToolbarsContextMenuEventArgs Class

Provides data for the BarManager.ShowToolbarsContextMenu event.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public class ShowToolbarsContextMenuEventArgs :
    EventArgs

Remarks

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.

Inheritance

Object
EventArgs
ShowToolbarsContextMenuEventArgs
See Also