Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > UIComponent class > UIComponent.enabled | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
componentInstance.enabled
Property; indicates whether the component can (true) or cannot (false) accept focus and mouse input. The default value is true.
The following example sets the enabled property of a CheckBox component to false:
checkBoxInstance.enabled = false;
Flash CS3