GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolManager Class / DoMouseHover Method
In This Topic
    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