GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / CanInsertObjects Method
In This Topic
    CanInsertObjects Method (GoDocument)
    In This Topic
    Called to see if the user can insert objects in this document.
    Syntax
    public virtual bool CanInsertObjects()
    Remarks
    By default this just returns AllowInsert, This property is used by methods such as EditPaste and by GoToolDragging.
    See Also