F > FCheckBox.getEnabled |
![]() ![]() ![]() |
FCheckBox.getEnabled
Availability
Flash Player 6.
Usage
myCheckBox
.getEnabled()
Parameters
None.
Returns
A Boolean value indicating whether the check box instance is enabled (true
) or disabled (false
).
Description
Method; indicates whether the check box instance is enabled or disabled.
Example
The following code returns the enabled state of checkBox1
to the Output window.
trace(checkBox1
.getEnabled());
See also
![]() ![]() ![]() |