MovieClip.tabEnabled
Availability
Flash Player 6.
Usage
my_mc.tabEnabled:Boolean
Description
Property; specifies whether
by default.
If
is
tabEnabled
least one movie clip handler, such as
included in automatic tab ordering. If the
included in custom tab ordering as well.
If
is
tabEnabled
the
property is set. However, if
tabIndex
children can still be included in automatic tab ordering, even if
Example
The following example does not include
myMC1_mc.onRelease = function() {};
myMC2_mc.onRelease = function() {};
myMC3_mc.onRelease = function() {};
myMC2_mc.tabEnabled = false;
See also
Button.tabEnabled, MovieClip.tabChildren, MovieClip.tabIndex,
TextField.tabEnabled
584
Chapter 2: ActionScript Language Reference
is included in automatic tab ordering. It is
my_mc
, the object is included in automatic tab ordering only if it defines at
undefined
MovieClip.onRelease
, the object is not included in automatic or custom tab ordering, even if
false
. If
property is also set to a value, the object is
tabIndex
MovieClip.tabChildren
in the automatic tab ordering.
myMC2_mc
undefined
is
, the object is
tabEnabled
true
is
, the movie clip's
true
is
tabEnabled
false
.
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers