Back to Devexpress

ShowToolbarsContextMenuEventArgs Class

windowsforms-devexpress-dot-xtrabars-4db7aa62.md

latest2.0 KB
Original Source

ShowToolbarsContextMenuEventArgs Class

Provides data for the BarManager.ShowToolbarsContextMenu event.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class ShowToolbarsContextMenuEventArgs :
    EventArgs
vb
Public Class ShowToolbarsContextMenuEventArgs
    Inherits EventArgs

ShowToolbarsContextMenuEventArgs is the data class for the following events:

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

ShowToolbarsContextMenuEventArgs Members

ShowToolbarsContextMenu

DevExpress.XtraBars Namespace