GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoTool Class
/ StopTool Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoTool Class
GoTool Members