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

# isContinuous

A Boolean value indicating whether the receiver’s cell sends its action message continuously to its target during mouse tracking.

## Declaration

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

## Discussion

Discussion The value of this property is true if the action message is sent continuously; otherwise, false.

## See Also

### Implementing the Target-Action Mechanism

- [action](appkit/nscontrol/action.md)
- [target](appkit/nscontrol/target.md)
- [sendAction(_:to:)](appkit/nscontrol/sendaction(_:to:).md)
- [sendAction(on:)](appkit/nscontrol/sendaction(on:).md)
