Back to Devexpress

BarCustomDrawEventArgs Class

windowsforms-devexpress-dot-xtrabars-6577e986.md

latest2.0 KB
Original Source

BarCustomDrawEventArgs Class

Provides data for the BarCustomContainerItem.PaintMenuBar and PopupMenu.PaintMenuBar event.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

BarCustomDrawEventArgs is the data class for the following events:

Remarks

The BarCustomContainerItem.PaintMenuBar and PopupMenu.PaintMenuBar events allow you to custom paint menu bars of sub-menus and popup menus. When one of these events is raised, the BarCustomDrawEventArgs object is created and passed to it.

Inheritance

Object EventArgs BarCustomDrawEventArgs

See Also

BarCustomDrawEventArgs Members

BarCustomContainerItem.PaintMenuBar

PopupMenu.PaintMenuBar

DevExpress.XtraBars Namespace