GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolCreating Class / DoMouseUp Method
In This Topic
    DoMouseUp Method (GoToolCreating)
    In This Topic
    A mouse-up calls DoCreate to add the NewObject to the view's document.
    Syntax
    public override void DoMouseUp()
    Remarks
    If OneShot is true, this tool stops itself. Otherwise the user can continue to create new objects.
    See Also