Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The ISelectableList interface indicates that the
implementor is an IList element that supports a
selectedIndex
property.
selectedIndex:int
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The index of the selected IList item.
Implementation public function get selectedIndex():int
public function set selectedIndex(value:int):void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Dispatched when the selectedIndex
property changes.
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Dispatched when the selectedIndex
property changes.