A-C > Button.tabEnabled

 

Button.tabEnabled

Availability

Flash Player 6.

Usage

myButton.tabEnabled

Description

Property; may be set on an instance of the MovieClip, Button, or TextField objects. It is undefined by default.

If the tabEnabled property is undefined or true, then the object is included in automatic tab ordering. The object is included in custom tab ordering if the tabIndex property is also set to a value. If tabEnabled is false, then the object is not included in automatic tab ordering. For a movie clip, if tabEnabled is false, the movie clip's children may still be included in automatic tab ordering, unless the tabChildren property is also set to false.

If tabEnabled is undefined or true, and if the tabIndex property is set, then the object is included in custom tab ordering. If tabEnabled is false, then the object is not included in custom tab ordering, even if the tabIndex property is set. If tabEnabled is set to false in a movie clip, the movie clip's children can still be included in custom tab ordering.

See also

Button.tabIndex