How do detect when the user clicks on the current tab of a TabHost?

rleiman

Well-Known Member
Licensed User
Longtime User
Hi Everyone,

On a TabHost, a user can click a tab and a Yellow colour is briefly shown to indicate that the user is doing a click.

Is there a way to trap this event? I do know there is a TabChanged event but thats only good for trapping when the current tab has changed and not actually being clicked on.

Thanks.
 
Top