---
title: isSetOnMouseEntered
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscursor/issetonmouseentered
---

# isSetOnMouseEntered

A Boolean value indicating whether the receiver becomes current on receiving a mouseEntered(with:) message.

## Declaration

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

## Discussion

Discussion true if the receiver will become current when it receives a mouseEntered(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)
- [mouseExited(with:)](appkit/nscursor/mouseexited(with:).md)
- [setOnMouseExited(_:)](appkit/nscursor/setonmouseexited(_:).md)
- [isSetOnMouseExited](appkit/nscursor/issetonmouseexited.md)
