![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
comboBoxInstance.getItemAt(index)
index A number greater than or equal to 0, and less than ComboBox.length. The index of the item to retrieve.
The indexed item object or value. The value is undefined if the index is out of range.
Method; retrieves the item at a specified index.
The following code displays the item at index position 4:
trace(myBox.getItemAt(4).label);
![]() ![]() | |