[]
        
(Showing Draft Content)

C1.Win.Layout.HeaderPaintEventArgs.-ctor

HeaderPaintEventArgs Constructor

HeaderPaintEventArgs(Control, Control, Graphics, Rectangle)

Initializes a new instance of the HeaderPaintEventArgs class with the specified header, item container, graphics and clipping rectangle.

Declaration
public HeaderPaintEventArgs(Control header, Control control, Graphics graphics, Rectangle clipRect)
Parameters
Type Name Description
Control header

The header panel of the item container.

Control control

The item container.

Graphics graphics

The Graphics used to paint the item.

Rectangle clipRect

The Rectangle that represents the rectangle in which to paint.