SelectIndex Method (SparkTabBar)

Class

SparkTabBar.

Action

Dispatched when the user clicks on an item in the list or navigates to the item using a keyboard.

Syntax

tabBar.SelectIndex(itemIndex, [triggerEvent, keyModifier])
Variable Description
itemIndex The index of the item which was selected. Integer.
triggerEvent Optional: Whether the event was triggered by mouse or keyboard. FlexTriggerEvent.
keyModifier Optional: A constant that indicates which key or key combination, if any, was pressed while this operation took place. One of: flexAlt, flexControl, flexControlAlt, flexControlShift, flexControlShiftAlt, flexShift, or flexShiftAlt. For example, if the Shift and Alt keys were pressed, then the value would be flexShiftAlt. ModifierKeys.