ComboBox.open()

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

myComboBox.open()

Parameters

None.

Returns

Nothing.

Description

Property; opens the drop-down list.

Example

The following code opens the drop-down list for the combo1 instance:

combo1.open();

See also

ComboBox.close()