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

# usesFindPanel

A Boolean value that indicates whether the receiver allows for a find panel.

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

## Discussion

<doc://com.apple.documentation/documentation/Swift/true> to allow the use of a find panel, <doc://com.apple.documentation/documentation/Swift/false> otherwise. A text view can use either a find panel or a find bar. If [`usesFindPanel`](/documentation/AppKit/NSTextView/usesFindPanel) is set to <doc://com.apple.documentation/documentation/Swift/true>, [`usesFindBar`](/documentation/AppKit/NSTextView/usesFindBar) is set to <doc://com.apple.documentation/documentation/Swift/false> and vice versa.

## See Also

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

A Boolean value that indicates whether to use the find bar for this text view.



---

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)