---
title: isContinuous
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscell/iscontinuous
---

# isContinuous

A Boolean value indicating whether the cell sends its action message continuously during mouse tracking.

## Declaration

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

## Discussion

Discussion When the value of this property is YES, the cell’s action message is sent continuously during mouse tracking. In practice, the continuous delivery of action messages has meaning only for NSActionCell and its subclasses, which implement the target/action mechanism. Some NSControl subclasses, notably NSMatrix, send a default action to a default target when a cell doesn’t provide a target or action.

## See Also

### Managing the Target and Action

- [action](appkit/nscell/action.md)
- [target](appkit/nscell/target.md)
- [sendAction(on:)](appkit/nscell/sendaction(on:).md)
