DoMouseHover Method (GoToolManager)
In This Topic
When there are no other tools running, a mouse hover just invokes
GoView.DoHover, which in turn raises
GoView.ObjectHover and
GoView.BackgroundHover events.
Syntax
public override void DoMouseHover()
See Also