![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
componentInstance.enabled
Property; indicates whether the component can accept focus and mouse input. If the value is true, it can receive focus and input; if the value is false, it can't. The default value is true.
The following example sets the enabled property of a CheckBox component to false:
checkBoxInstance.enabled = false;
![]() ![]() | |