GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolSelecting Class / Start Method
In This Topic
    Start Method (GoToolSelecting)
    In This Topic
    This very simple tool just tries to select something at the last mouse point and tries to click on it.
    Syntax
    public override void Start()
    Remarks
    This assumes the last mouse input state is such that calling GoTool.DoSelect is appropriate--this would normally be on mouse up, when no other tool was applicable.
    See Also