GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CreateDefaultTool Method
Example
In This Topic
    CreateDefaultTool Method
    In This Topic
    Create an instance of the default DefaultTool for this view.
    Syntax
    public virtual IGoTool CreateDefaultTool()
    Example
    By default this creates an instance of GoToolManager:
    return new GoToolManager(this);
    See Also