ComboBox.Style

Syntax

ComboBox.Style

Data Type

ComboBoxStyles

Use the following constants with this data type:

  • ComboBoxStyle_DropDownCombo –(Value: 0) Includes a drop-down list and an edit box. You can select from the list or type in the edit box.
  • ComboBoxStyle_DropDownList –(Value: 2) Allows selection only from the drop-down list.

Purpose

Specifies the appearance of the control.