I'm using the OnHotTrack event to change the image of the item under the mouse.
It nearly works, except that when the mouse leaves the Tree control, I don't get an OnHotTrack event with NewItem=NULL.
How can I detect when the mouse leaves the Tree control, as there's no OnMouseLeave?
Comments