ComboBox.length

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

myComboBox.length

Description

Property (read-only); the length of the drop-down list. This is a property of the List component that is available from an instance of ComboBox. For more information, see List.length. The default value is 0.

Example

The following example stores the value of length to a variable:

dropdownItemCount = myBox.length;