TabEnabled Property (FlexDisplayObject)

Action

Gets whether this object is in the tab order.

If this object is in the tab order, the value is true; otherwise, the value is false. By default, the value is false, except for the following: a SimpleButton object, a TextField object with type = input, or a Sprite object or MovieClip object with buttonMode = true.

Syntax

'Declaration
Protected Read Property tabEnabled As Boolean

Access

Read only.