Vcl.ComCtrls.TCoolBand.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default bsNone;

C++

__property Vcl::Forms::TBorderStyle BorderStyle = {read=FBorderStyle, write=SetBorderStyle, default=0};

Properties

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

Description

Specifies the border style for the band.

If BorderStyle is set to bsSingle, the band has a single-line border. If BorderStyle is set to bsNone, no border appears around the band.

Note: If the CoolBand resides in a CoolBar control, the CoolBar's BandBorderStyle property takes precedence over BorderStyle.

See Also