Enabled Property (FlexObject)

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.

Syntax

C#
protected Boolean enabled { get; }
VB
'Declaration
Protected Read Property enabled As Boolean

Access

Read only.