GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / DoMouseMove Method
In This Topic
    DoMouseMove Method (GoToolDragging)
    In This Topic
    Mouse drags just call DoDragging and DoMouseOver.
    Syntax
    public override void DoMouseMove()
    Remarks
    By default this sets the Effect according to the values of MayBeCopying, MayBeMoving, MustBeCopying, MustBeMoving and whether all of the objects in the selection can be copied or moved. Finally it calls GoView.GoView.DoAutoScroll.
    See Also