GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolManager Class / Started Property
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
    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