Flash Player 6.
my_mc
.tabEnabled
Property; specifies whether my_mc
is included in automatic tab ordering. It is undefined
by default.
If the tabEnabled
property is undefined
or true
, then 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
, then the object is not included in automatic or custom tab ordering, even if the tabIndex
property is set. However, if MovieClip.tabChildren
is true, the movie clip's children may still be included in automatic tab ordering, even if tabEnabled
is false
.
Button.tabEnabled,
MovieClip.tabChildren
, MovieClip.tabIndex
,
TextField.tabEnabled