IWebComboBox.Items

Syntax

Items: IStringList;

Description

The Items property returns the drop-down list rows collection.

Example

The property use is given in the example for IWebComboBox.ItemIndex.

See also:

IWebComboBox