GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / DoMouseUp Method
In This Topic
    DoMouseUp Method (GoTool)
    In This Topic
    The view calls this method upon a mouse up event; all of the event information is provided by the LastInput property.
    Syntax
    public virtual void DoMouseUp()
    Remarks
    By default, this just calls StopTool.
    See Also