Enabled Property (FlexObject)

Class

FlexObject class

Action

Gets whether the component can accept user interaction.

After setting the enabled property to false, some components still respond to mouse interactions such as mouseOver. As a result, to fully disable UIComponents, you should also set the value of the mouseEnabled property to false. If you set the enabled property to false for a container, Flex dims the color of the container and of all of its children, and blocks user input to the container and to all of its children.

Data Type

BOOLEAN

Access

Read only