Enabled Property (FlexUIMovieClip)

Action

Gets whether a movie clip is enabled.

The default value is true. If enabled is set to false, the movie clip's Over, Down, and Up frames are disabled. The movie clip continues to receive events (for example, mouseDown, mouseUp, keyDown, and keyUp).

Syntax

'Declaration
Protected Read Property enabled As Boolean

Access

Read only.