F > FComboBox.getEnabled |
FComboBox.getEnabled
FComboBox, FComboBox.getEnabled, getEnabled
Availability
Flash Player 6.
Usage
myComboBox.getEnabled()
Parameters
None.
Returns
A Boolean value indicating whether the combo box is enabled (true) or disabled (false).
Description
Method; indicates whether the combo box is enabled.
Example
The following code uses getEnabled to determine whether comboBox1 is enabled or disabled and displays the result in the Output window.
trace(comboBox1.getEnabled());
See also