GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DoBackgroundMouseOver Method
In This Topic
    DoBackgroundMouseOver Method
    In This Topic
    This method is called by DoMouseOver when no call to GoObject.OnMouseOver has returned true.
    Syntax
    public virtual void DoBackgroundMouseOver( 
       GoInputEventArgs evt
    )

    Parameters

    evt
    Remarks
    By default this just sets the view's Cursor property to the value of DefaultCursor.
    See Also