ActionScript 2.0 Components Language Reference |
|
|
|
| ComboBox component > ComboBox.length | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
comboBoxInstance.length
Property (read-only); the length of the drop-down list. This is a property of the List component that is available from a ComboBox instance. For more information, see List.length. The default value is 0.
The following example stores the value of length to a variable:
var dropdownItemCount:Number = myComboBox.length;
|
|
|
|