Can't find OnMouseHover

Hi everyone,
Is there a function that is called whenever the mouse is just hovering? Or is there a way to just constantly get the mouse x and y positions? Thanks for any help.

OnMouseOver() on an IControl is what you what you want. You need to call EnableMouseOver() on IGraphics for this to be called.

1 Like