User Guide
192 Chapter 6: Components Dictionary
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 property, the list is created.
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 dropdownWidth to 150 pixels:
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 (true) or not (false). In an 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
false.