List.selectedItems

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

listInstance.selectedItems

Description

Property (read-only); an array of the selected item objects. In a multiple-selection list, selectedItems allows you to access the set of items selected as item objects.

Example

The following example gets an array of selected item objects:

var myObjArray = myList.selectedItems; 

See also

List.selectedIndex, List.selectedItem, List.selectedIndices