<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTextView/isIncrementalSearchingEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTextView(py)incrementalSearchingEnabled"
  },
  "title" : "isIncrementalSearchingEnabled"
}
-->

# isIncrementalSearchingEnabled

A Boolean value that indicates whether incremental searching is enabled.

```
var isIncrementalSearchingEnabled: Bool { get set }
```

## Discussion

See [`NSTextFinder`](/documentation/AppKit/NSTextFinder) for information about the find bar.

## See Also

[`usesRuler`](/documentation/AppKit/NSTextView/usesRuler)

A Boolean value that controls whether the text views sharing the receiver’s layout manager use a ruler.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)