Gets the index of the first selected item.
[JavaScript]
Navigator.getSelectedIndex(
)
Return Value
The zero based index of the first selected item, or -1 if no item is selected.
Remarks
This function only applies to TabStrip control.
See Also
Navigator Object