---
title: operationNotAllowed
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscursor/operationnotallowed
---

# operationNotAllowed

Returns the operation not allowed cursor.

## Declaration

```swift
class var operationNotAllowed: NSCursor { get }
```

## Return Value

Return Value The operation not allowed cursor.

## Discussion

Discussion This cursor indicates that the operation that is being attempted, perhaps dragging to an item that can’t accept the drag type, is being denied.

## See Also

### Retrieving cursor instances

- [current](appkit/nscursor/current.md)
- [currentSystem](appkit/nscursor/currentsystem.md)
- [arrow](appkit/nscursor/arrow.md)
- [contextualMenu](appkit/nscursor/contextualmenu.md)
- [closedHand](appkit/nscursor/closedhand.md)
- [crosshair](appkit/nscursor/crosshair.md)
- [disappearingItem](appkit/nscursor/disappearingitem.md)
- [dragCopy](appkit/nscursor/dragcopy.md)
- [dragLink](appkit/nscursor/draglink.md)
- [iBeam](appkit/nscursor/ibeam.md)
- [iBeamCursorForVerticalLayout](appkit/nscursor/ibeamcursorforverticallayout.md)
- [openHand](appkit/nscursor/openhand.md)
- [pointingHand](appkit/nscursor/pointinghand.md)
- [zoomIn](appkit/nscursor/zoomin.md)
- [zoomOut](appkit/nscursor/zoomout.md)
