'Declaration
Public Event PaintHeader As HeaderPaintEventHandler
public event HeaderPaintEventHandler PaintHeader
Event Data
The event handler receives an argument of type HeaderPaintEventArgs containing data related to this event. The following HeaderPaintEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ClipRectangle | (Inherited from System.Windows.Forms.PaintEventArgs) |
Control | Gets the item container. |
Graphics | (Inherited from System.Windows.Forms.PaintEventArgs) |
Header | Gets the header panel of the item container. |
See Also