ComboBox.close()

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

myComboBox.close()

Parameters

None.

Returns

Nothing.

Description

Method; closes the drop-down list.

Example

The following example closes the drop-down list of the myBox combo box:

myBox.close();

See also

ComboBox.open()