---
title: allowsCutCopyPaste
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsimageview/allowscutcopypaste
---

# allowsCutCopyPaste

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

## Declaration

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

## Discussion

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

## See Also

### Responding to user events

- [isEditable](appkit/nsimageview/iseditable.md)
