User Guide
1350 UIComponent class
UIComponent.tabIndex
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
instance.tabIndex
Description
Property; a number indicating the tabbing order for a component in a document.
Example
The following code sets the value of tmp to the tabIndex property of the checkbox instance:
var tmp = checkbox.tabIndex;