GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverview Class / DoMouseOver Method
In This Topic
    DoMouseOver Method (GoOverview)
    In This Topic
    Limit mouse over behavior for document objects to just show tooltips.
    Syntax
    public override bool DoMouseOver( 
       GoInputEventArgs evt
    )

    Parameters

    evt
    Remarks
    This is basically to support tooltips, which are more valuable when the objects are so small. Other mouse-over behavior, including hover and changing the cursor, is explicitly avoided, except over the OverviewRect and other view objects.
    See Also