GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CanEditCopy Method
In This Topic
    CanEditCopy Method
    In This Topic
    This predicate is true when the user can perform the EditCopy action.
    Syntax
    public virtual bool CanEditCopy()
    Remarks
    This returns false if the Selection is empty, if CanCopyObjects is false, or if the primary selection's CanCopy property is false.
    See Also