Description
Property (read-only); returns a reference to the list contained by the combo box. The List
subcomponent isn't instantiated in the combo box until it needs to be displayed. However, when
you access the
dropdown
See also
ComboBox.dropdownWidth
ComboBox.dropdownWidth
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
myComboBox.dropdownWidth
Description
Property; the width limit of the drop-down list, in pixels. The default value is the width of the
ComboBox component (the TextInput instance plus the SimpleButton instance).
Example
The following code sets
myComboBox.dropdownWidth = 150;
See also
ComboBox.dropdown
ComboBox.editable
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
myComboBox.editable
Description
Property; indicates whether the combo box is editable (
combo box, a user can enter values into the text box that do not appear in the drop-down list. If a
combo box is not editable, you cannot enter text into the text box. The text box displays the text
of the item in the list. The default value is
192
Chapter 6: Components Dictionary
property, the list is created.
to 150 pixels:
dropdownWidth
false
) or not (
true
false
.
). In an editable
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?