GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / DoMouseHover Method
In This Topic
    DoMouseHover Method (GoTool)
    In This Topic
    The view calls this method after the mouse rests for a while at a point; all of the event information is provided by the LastInput property.
    Syntax
    public virtual void DoMouseHover()
    Remarks
    By default, this does nothing.
    See Also