Returns or sets a value indicating whether a CoolBar control displays narrow lines to separate the bands.
Syntax
object.BandBorders [= boolean]
The BandBorders property syntax has these parts:
Part | Description |
object | An object expression that evaluates to a CoolBar control. |
boolean | A Boolean expression specifying whether the band border is visible or hidden. |
Settings
The settings for boolean are:
Setting | Description |
True | (Default) Borders are visible. |
False | Borders are hidden. |
Remarks
To remove the borders between bands, set the BandBorders property to False at design time. Setting this property in code enables you to hide or display borders between bands at run time in response to a particular event. Setting this property affects all bands within a CoolBar control.
Note The BandBorders property has no effect on the outside border of the CoolBar itself. The CoolBar border is always displayed.