A few questions about the MouseHover event:
1. I'm hooking the event and receive it, but if I start moving the mouse and hover over another point, I don't get the event again. If I move the mouse outside the map control then reenter the control and hover, I get another MouseHover event. It seems like moving the mouse to another point and hovering should send another hover event without having to leave the control.
2. I could not find a way to set the time before the mouse hover event is raised. Currently, it's very fast. Many of the standard controls that support a MouseHover event also have a MouseHoverTime property that allows you to customize the time the user has to hover before the MouseHover event is fired. Is there a way to do this in MapSuite that I'm missing?
Thanks,
Chris