IComboBox.DropDownCount

Syntax

DropDownCount: Integer;

Description

The DropDownCount property determines the maximum number of elements that are displayed simultaneously in the drop-down list.

Comments

The property is ignored if the Style property is set to ComboboxStyle.Simple.

See also:

IComboBox