Skip to main content
All docs
V26.1
  • HeaderButtonCustomDrawEventArgs(GraphicsCache, EditorButtonPainter, EditorButtonObjectInfoArgs) Constructor

    Initializes a new instance of the HeaderButtonCustomDrawEventArgs class with specified settings.

    Namespace: DevExpress.XtraTab

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public HeaderButtonCustomDrawEventArgs(
        GraphicsCache cache,
        EditorButtonPainter painter,
        EditorButtonObjectInfoArgs info
    )

    Parameters

    Name Type Description
    cache GraphicsCache

    An object that provides access to the drawing surface.

    painter DevExpress.XtraEditors.Drawing.EditorButtonPainter

    An object that performs paint operations.

    info DevExpress.XtraEditors.Drawing.EditorButtonObjectInfoArgs

    An object that contains information about the button being drawn.

    See Also