In Many places in my application i am using buttons in the UI but my doubt is :-
1)when a button gets focus or when it is getting mouse over also , the button background disappears (i.e, it becomes invisible at that time),
After again coming away from button (button losing focus) it shows up the button as usual
so , On mouse over / Getting focus the button behaves in this way.
What should i do if i dont want this effect. Please let me know .
2)i might be wrong, but my guess is that there should be some visual state property behind this , which i need to disable , but i dont know where where to disable ?? , please let me know it .
Thanks in advance.