GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolManager Class / DoMouseDown Method
In This Topic
    DoMouseDown Method (GoToolManager)
    In This Topic
    Search GoView.MouseDownTools 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 DoMouseDown()
    Remarks
    This sets the Started property to true if we did not find a startable tool, so that later searches for tools in the DoMouseMove and DoMouseUp methods can proceed.
    See Also