GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / DoCancelMouse Method
In This Topic
    DoCancelMouse Method (GoToolLinking)
    In This Topic
    Clean up the link state before stopping this tool.
    Syntax
    public override void DoCancelMouse()
    Remarks
    Depending on whether the user is drawing a new link or relinking, whether the user is drawing Forwards or not, this method will call either DoNoNewLink, DoNoRelink, or DoCancelRelink.
    See Also