|
|
|
| acHeaderPanel component.
|
| property OnPaintHeader: TNotifyEvent;
|
| The OnPaintHeader event occurs when Windows requires the header of panel to paint, such as when the form or panel receives focus or becomes visible when it wasn't previously.
|
|
|
| Your application can use this event to draw on the canvas of the header of panel. For example, to draw custom background.
|
|
|
| BackgroundHeader and Background structures;
|
| OnPaint event.
|