I'm using a custom class to render an image onto a table. I want to be able to show a tooltip if the user hovers over the image. What is the most effecient way to "hook" into the shape or model in order to get access to the mouse positioning or when the shape is hovered over?
I looked at overriding the OnMouseMove but there is no other override to figure out when the mouse leaves the shape (thus closing my tooltip instantly)....
Have others tried to do this and if so, what did you find to be the best way?
Thanks,
-jv