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