GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolCreating Class / DoMouseDown Method
In This Topic
    DoMouseDown Method (GoToolCreating)
    In This Topic
    A mouse-down activates this tool so that a mouse-move causes the Prototype object to be copied as the NewObject.
    Syntax
    public override void DoMouseDown()
    Remarks
    This method is not called when this tool is used modelessly. But when used modally, we want to wait for a mouse-down before creating and resizing the NewObject.
    See Also