CF - How to "lose" focus from a control
- by no9
Hello.
I have a control with two buttons (zoom in, zoom out).
Both buttons have onClick event that handle the zoom.
When any of the button is pressed, the button gets focus and bolds its border and text.
Is there a way to disable/remove focus?
Actually the solution im looking for would be that on mouseDown the button would receive focus and would lose it on mouseUp.
thanx !