Child tags
None.
Parent tag
<dialog>, <hbox>,
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
String; represents a unique identification string that is used by the extensibility features to
id
identify the control and access the value it returns.
Number; an integer representing the number of rows to display in the listbox.
rows
Number; an integer used to set the control's position in the tab order (available only
tabindex
on Windows).
Child tags
.
<listitem>
,
<row>
<vbox>
<listbox>
455
Need help?
Do you have a question about the FLASH MX 2004-USING FLASH and is the answer not in the manual?
Questions and answers