GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolManager Class / DoMouseMove Method
In This Topic
    DoMouseMove Method (GoToolManager)
    In This Topic
    Search GoView.MouseMoveTools for the first tool that we can start; if we find one, we start it by making it the view's current GoView.Tool.
    Syntax
    public override void DoMouseMove()
    Remarks
    This implementation does not do the search when Started is false, presumably because of a mouse motion without a mouse down in this view. This method calls DoMouseOver if no startable tool is found and started.
    See Also