[Overview][Types][Classes][Procedures and functions][Index] |
Event handler signalled to render a visible band with the specified control and paint options.
Source position: extctrls.pp line 1609
public property TCustomControlBar.OnBandPaint : TBandPaintEvent |
OnBandPaint is a TBandPaintEvent property with the event handler signalled to render a band with the specified control and paint options. OnBandPaint is signalled from the DoBandPaint method, and occurs when the Paint method draws each of the visible bands for the control bar.
|
Signals the OnBandPaint event handler using the arguments to the method. |
|
|
Draws the control with its image, decorations, and visible bands. |
|
|
Specifies an event handler used to perform actions needed when a band in TCustomControlBar is painted. |
lazarus-ccr.sourceforge.net |