RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCoolBand.FixedBackground Property

Determines whether the background is realigned within the band.

Pascal
property FixedBackground: Boolean;
C++
__property Boolean FixedBackground;

If ParentBitmap is true, the band displays the same background as the TCoolBar that owns it. Ordinarily, when FixedBackground is true, that background is continuous over the entire TCoolBar. Setting FixedBackground to false realigns the background within the individual band, so that the TCoolBar's Bitmap image is positioned relative to the upper left corner of the band. 

 

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