EEex_IsActionbarButtonDown
EEex_IsActionbarButtonDown(buttonIndex)
Determines whether a specific button in the actionbar is in the down state (being clicked)
Parameters
buttonIndex - the index of the button on the actionbar
Return
Returns true if the actionbar button is being clicked, otherwise returns false
Example
EEex_IsActionbarButtonDown(1)
See Also