F > FComboBox.getRowCount |
![]() ![]() ![]() |
FComboBox.getRowCount
Availability
Flash Player 6.
Usage
myComboBox
.getRowCount()
Parameters
None.
Returns
An integer.
Description
Method; returns the number of rows visible in the combo box.
Example
The following code returns the number of rows visible in toyList
and sets the value to the variable rowCount
.
var rowCount = toyList
.getRowCount();
See also
![]() ![]() ![]() |