[]
Provides data for the DrawHeader event.
public class DrawHeaderEventArgs : EventArgs
| Name | Description |
|---|---|
| DrawHeaderEventArgs(Graphics, Rectangle) | Initializes a new instance of a DrawHeaderEventArgs. |
| Name | 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. |