GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DetectHover Method
a Point in view coordinates
In This Topic
    DetectHover Method
    In This Topic
    Start or restart a timer to see if the mouse has moved; if at the end of the timer the mouse has not moved, DoMouseHover is called.
    Syntax
    public virtual void DetectHover( 
       Point viewPnt
    )

    Parameters

    viewPnt
    a Point in view coordinates
    Remarks
    This is called whenever a tool wants to deliver hover events. The time the mouse must rest motionless is determined by HoverDelay. A mouse leave event will stop the hover timer.
    See Also