GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoTool Interface / CanStart Method
In This Topic
    CanStart Method (IGoTool)
    In This Topic
    This predicate is used by the view to decide if this tool can be started.
    Syntax
    bool CanStart()

    Return Value

    true if the view can make this tool the current one and call the Start method
    See Also