RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomControlBar.Paint Method

Paints the control bar.

Pascal
procedure Paint; override;
C++
virtual __fastcall Paint();

Paint is called automatically when the control bar needs to paint itself. 

To customize the painting, either override the Paint method, or specify options in the OnPaint and OnBandPaint event handlers. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!