GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolManager Class
/ Started Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Started Property
In This Topic
Gets or sets whether we have performed a mouse down as part of a mouse down-move-up gesture.
Syntax
C#
public
bool
Started {
get
;
set
;}
Remarks
This property is initially false. It is set to true after all of the
GoView.MouseDownTools
have had
IGoTool.CanStart
return false. This property helps avoid any tool behavior where the mouse down actually occurred in a different window.
See Also
Reference
GoToolManager Class
GoToolManager Members