Show contents 

Working with Lists > Classes > ListBox > ListBox.getSelectedItems

ListBox.getSelectedItems

Syntax

getSelectedItems();

Description

The getSelectedItems method returns an array of selected list items.

Example

The example of method use is given in description of the Listbox.MultiSelect property.

See also:

ListBox