ActionScript 2.0 Components Language Reference |
|
|
|
| FocusManager class > FocusManager.nextTabIndex | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
FocusManager.nextTabIndex
Property; the next available tab index number. Use this property to dynamically set an object's tabIndex property.
The following code gives the mycheckbox instance the next highest tabIndex value:
mycheckbox.tabIndex = focusManager.nextTabIndex;
|
|
|
|