'Declaration
Public Event DrawHeader As DrawHeaderEventHandler
public event DrawHeaderEventHandler DrawHeader
Event Data
The event handler receives an argument of type DrawHeaderEventArgs containing data related to this event. The following DrawHeaderEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Bounds | Gets the location and size of a rectangle in which to paint. |
Finished | Gets or sets a value indicating whether all painting in the panel header is complete. |
Graphics | Gets the Graphics used to paint the panel header. |
See Also