CBStyle Property

Determines the style of the combo box control.  Read only at run time.


Syntax

object.CBStyle [= style]

The syntax of the CBStyle property has these parts:

PartDescription
objectA DCombo control.
style  An hcStyle value. DropdownCombo = 0; DropdownList = 1.

Remarks

DropdownCombo allows the user to type into the control.  DropdownList is a fixed selection.

Data Type

hcStyle