Vcl.ComCtrls.TCoolBar.BandBorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BandBorderStyle: TBorderStyle read FBandBorderStyle write SetBandBorderStyle default bsSingle;

C++

__property Vcl::Forms::TBorderStyle BandBorderStyle = {read=FBandBorderStyle, write=SetBandBorderStyle, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBar

Description

Determines the border style of the bands in the TCoolBar.

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.

See Also