GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinkingNew Class
Members
In This Topic
    GoToolLinkingNew Class
    In This Topic
    The tool used to handle a user's drawing a new link between two ports.
    Syntax
    [Serializable()]
    public class GoToolLinkingNew : GoToolLinking, IGoTool  
    Remarks
    An instance of this modeless tool is in the default GoView's GoView.MouseMoveTools list. In other words, this tool is not invoked until the user starts a dragging gesture with the mouse.
    See Also