RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCoolBar.BandBorderStyle Property

Determines the border style of the bands in the TCoolBar.

Pascal
property BandBorderStyle: TBorderStyle;
C++
__property TBorderStyle BandBorderStyle;

If BandBorderStyle is bsSingle, each band in the TCoolBar has a single line around it. If BandBorderStyle is bsNone, the bands have no borders.

Note: BandBorderStyle takes precedence over the BorderStyle property on individual cool bands. Thus, when a CoolBand resides in a cool bar control, its BorderStyle property has no effect.
 

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