I've been looking around on how to get the focusedIndex property of a ButtonBar when there's a mouseOver/Out event, but haven't found nothing useful.
Thanks in advance for your help.
Regards,
BS_C3
EDIT 1
Assuming we have this button bar:
I'd like to know, when rolling over, the target button.
Putting a break point in a function that listens to the mouseover event, this is what I see in the debug view:
As you can see, there's a focusedIndex variable that's is strangely not documented...