[]
Initializes a new instance of the HeaderPaintEventArgs class with the specified header, item container, graphics and clipping rectangle.
public HeaderPaintEventArgs(Control header, Control control, Graphics graphics, Rectangle clipRect)
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. |