---
title: isSetOnMouseExited
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscursor/issetonmouseexited
---

# isSetOnMouseExited

A Boolean value indicating whether the receiver becomes current when it receives a mouseExited(with:) message.

## Declaration

```swift
var isSetOnMouseExited: Bool { get }
```

## Discussion

Discussion true if the receiver becomes current when it receives a mouseExited(with:) message; otherwise, false.

## See Also

### Deprecated

- [init(image:foregroundColorHint:backgroundColorHint:hotSpot:)](appkit/nscursor/init(image:foregroundcolorhint:backgroundcolorhint:hotspot:).md)
- [mouseEntered(with:)](appkit/nscursor/mouseentered(with:).md)
- [setOnMouseEntered(_:)](appkit/nscursor/setonmouseentered(_:).md)
- [isSetOnMouseEntered](appkit/nscursor/issetonmouseentered.md)
- [mouseExited(with:)](appkit/nscursor/mouseexited(with:).md)
- [setOnMouseExited(_:)](appkit/nscursor/setonmouseexited(_:).md)
