F > FListBox.getEnabled

 

FListBox.getEnabled

Availability

Flash Player 6.

Usage

myListBox.getEnabled()

Parameters

None.

Returns

A Boolean value indicating whether the list box is enabled (true) or disabled (false).

Description

Method; indicates whether the list box is enabled.

Example

The following code uses getEnabled to determine whether listMenu is enabled or disabled, and displays the result in the Output window.

trace(listMenu.getEnabled());

See also

FListBox.setEnabled