<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImageView/allowsCutCopyPaste",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSImageView(py)allowsCutCopyPaste"
  },
  "title" : "allowsCutCopyPaste"
}
-->

# allowsCutCopyPaste

A Boolean value indicating whether the image view lets the user cut, copy, and paste the image contents.

```
var allowsCutCopyPaste: Bool { get set }
```

## Discussion

When the value of this property is YES, the user can cut, copy, or paste the image in the image view.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)