GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DoMouseUp Method
In This Topic
    DoMouseUp Method (GoView)
    In This Topic
    Handle a canonicalized mouse up input event.
    Syntax
    public virtual void DoMouseUp()
    Remarks

    This method assumes LastInput has information representing a mouse up input event. By default this just calls IGoTool.DoMouseUp on the current Tool.

    This is normally called by OnMouseUp and any other code that wishes to simulate a canonicalized mouse up event. This is not called when AllowMouse is false.

    See Also