---
title: isContinuousSpellCheckingEnabled
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextview/iscontinuousspellcheckingenabled
---

# isContinuousSpellCheckingEnabled

A Boolean value that indicates whether the receiver has continuous spell checking enabled.

## Declaration

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

## See Also

### Working with the spelling checker

- [spellCheckerDocumentTag](appkit/nstextview/spellcheckerdocumenttag.md)
- [toggleContinuousSpellChecking(_:)](appkit/nstextview/togglecontinuousspellchecking(_:).md)
- [isGrammarCheckingEnabled](appkit/nstextview/isgrammarcheckingenabled.md)
- [toggleGrammarChecking(_:)](appkit/nstextview/togglegrammarchecking(_:).md)
- [setSpellingState(_:range:)](appkit/nstextview/setspellingstate(_:range:).md)
