GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CanEditPaste Method
In This Topic
    CanEditPaste Method
    In This Topic
    This predicate is true when the user can perform the EditPaste action.
    Syntax
    public virtual bool CanEditPaste()
    Remarks
    This returns false if CanInsertObjects is false, or if the clipboard doesn't have data supporting the GoDocument.DataFormat format.
    See Also