User Guide
<listbox> 455
Child tags
None.
Parent tag
<dialog>, <hbox>, <row>
, <vbox>
Description
Control tag; creates a text label that can be associated with another control.
Example
The following example is excerpted from the HideScreen.xml file, which defines the Hide Screen
Behavior.
<dialog id="SelectScreenDialog" title="Select Screen" buttons="accept,
cancel">
<vbox>
<hbox>
<label value="Select Screen:" control="TARGET"/>
<targetlist id="TARGET" class="screen" />
</hbox>
</vbox>
</dialog>
<listbox>
Availability
Flash MX 2004.
Usage
<listbox
id="myID"
tabindex="myIdx"
rows=”numRows”>
...
child tags
...
</listbox>
Attributes
id
String; represents a unique identification string that is used by the extensibility features to
identify the control and access the value it returns.
rows Number; an integer representing the number of rows to display in the listbox.
tabindex Number; an integer used to set the control’s position in the tab order (available only
on Windows).
Child tags
<listitem>
.