ComboBox.text

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

myComboBox.text

Description

Property; the text of the text box. You can get and set this value for editable combo boxes. For static combo boxes, the value is read-only.

Example

The following example sets the current text value of an editable combo box:

myComboBox.text = "California";