<listitem> 635
<listitem>
Availability
Flash MX 2004.
Usage
<listitem
label="mylabel"
value="myValue"/>
Attributes
label String; text that appears in the listbox for that item.
value String; text that is returned if the user selects the item. If not set, the value of the
label attribute is returned.
Child tags
None.
Parent tag
<listbox>
Description
Control tag; creates an individual item in a list box control. This tag must be used within a
<listbox> tag.
Example
See the example for <listbox>.