GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolManager Class
/ DoMouseMove Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DoMouseMove Method (GoToolManager)
In This Topic
Search
GoView.MouseMoveTools
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
DoMouseMove()
Remarks
This implementation does not do the search when
Started
is false, presumably because of a mouse motion without a mouse down in this view. This method calls
DoMouseOver
if no startable tool is found and started.
See Also
Reference
GoToolManager Class
GoToolManager Members