GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / CanStart Method
In This Topic
    CanStart Method (GoTool)
    In This Topic
    This predicate should be true if this tool can be activated to be the view's current tool.
    Syntax
    public virtual bool CanStart()
    Remarks
    By default, this returns true. This is normally only called by the GoToolManager to decide whether this tool should be started as a mode-less mouse tool.
    See Also