GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / StopTool Method
In This Topic
    StopTool Method
    In This Topic
    This method just causes the view's current tool to be stopped and to start the view's default tool instead as the current tool.
    Syntax
    public void StopTool()
    Remarks
    Call this method when this tool is finished its task. When the view replaces this tool with the default one, it will call the Stop method on this tool.
    See Also