GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolCreating 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 (GoToolCreating)
In This Topic
A mouse-down activates this tool so that a mouse-move causes the
Prototype
object to be copied as the
NewObject
.
Syntax
C#
public
override
void
DoMouseDown()
Remarks
This method is not called when this tool is used modelessly. But when used modally, we want to wait for a mouse-down before creating and resizing the
NewObject
.
See Also
Reference
GoToolCreating Class
GoToolCreating Members