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