BorderColor Properties
Determines the border color of a list box or combo box.
Syntax
object.CBBorderColor [= color]
object.LBBorderColor [= color]
The syntax of the BorderColor properties has these parts:
| Part | Description |
| object | A DCombo control. |
| color | A value or constant that determines the border color. |
Remarks
Border colors can be set independently for the list box and the combo box.
Data Type
Colors specified by using the Color palette or by using the RGB or QBColor functions in code.