--- In [email protected], "Michael Schmalle"
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> use selectedIndex or selectedChild.
> 
> When using selectedChild you can use;
> 
> selectedChild.label to get the label of the tab that is selected.
> 
> When using selectedIndex you can use;
> 
> var tab:Tab = Tab(tabNavigator.getTabAt(tabNavigator.selectedIndex));
> tab.label
> tab.icon
> tab.data
> 
> 
> Peace, Mike
> 

Got it.  Thanks Mike.

Reply via email to