BorderStyle Property

Determines the border style of the combo box control.


Syntax

object.BorderStyle [= style]

The syntax of the BorderStyle property has these parts:

PartDescription
objectA DCombo control.
style  An hcBorderStyle value. None = 0; Underline = 1; SingleLine = 2; ThreeD = 3.

Remarks

When the BorderStyle property is set to None or Underline, best appearance is achieved by setting the CBBackColor property to the background color of the parent form.

Data Type

hcBorderStyle