GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolCreating Class / Modal Property
In This Topic
    Modal Property (GoToolCreating)
    In This Topic
    Whether this tool can be used to implement an object-creating mode for a GoView, or whether this tool can be get started when appropriate as one of the GoView.MouseMoveTools.
    Syntax
    public virtual bool Modal {get; set;}

    Property Value

    This defaults to false, to be used as a MouseMoveTool.
    Remarks
    Depending on whether you want the user to remain in creation mode after a mouse up, you might want to set OneShot
    See Also