I have a group of command buttons (lets say cmd(1 to 5))
My question - I want the backcolor to change when the mouse goes over it - no problem, I use the mousemove / mouseover event whatever it is.
BUT - I need the backcolor to reset after the mouse has finished passing over it, a sort of mouseover_finish event.

I could write 10,000 lines to check the axis / co-ordinataes of the mouse, but do I have any easier options please?