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