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