F > FListBox.getSelectMultiple |
FListBox.getSelectMultiple
FListBox, FListBox.getSelectMultiple, getSelectMultiple
Availability
Flash Player 6.
Usage
myListBox.getSelectMultiple()
Parameters
None.
Returns
A Boolean value.
Description
Method; indicates whether users can select multiple items (true) or only a single item (false) in the list box.
Example
The following code tests whether wishList permits multiple selection.
if (wishList.getSelectMultiple()) {
}
See also