TextField.tabEnabled

Availability

Flash Player 6.

Usage

my_txt.tabEnabled

Description

Property; specifies whether my_txt is included in automatic tab ordering. It is undefined by default.

If the tabEnabled property is undefined or true, the object is included in automatic tab ordering. If the tabIndex property is also set to a value, the object is included in custom tab ordering as well. If tabEnabled is false, the object is not included in automatic or custom tab ordering, even if the tabIndex property is set.

See also

Button.tabEnabled, MovieClip.tabEnabled