---
title: NSTextFinderBarContainer
framework: appkit
role: symbol
role_heading: Protocol
path: appkit/nstextfinderbarcontainer
---

# NSTextFinderBarContainer

A protocol that provides a container in which the find bar is displayed.

## Declaration

```swift
protocol NSTextFinderBarContainer : NSObjectProtocol
```

## Overview

Overview To display the find bar, a container for the find bar must be specified. You specify a find bar container using the findBarContainer of the NSTextFinder class. See NSTextFinder for more information.

## Topics

### Find Bar View

- [findBarView](appkit/nstextfinderbarcontainer/findbarview.md)
- [contentView()](appkit/nstextfinderbarcontainer/contentview().md)
- [isFindBarVisible](appkit/nstextfinderbarcontainer/isfindbarvisible.md)

### Find Bar Height

- [findBarViewDidChangeHeight()](appkit/nstextfinderbarcontainer/findbarviewdidchangeheight().md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Conforming Types

- [NSScrollView](appkit/nsscrollview.md)

## See Also

### Search and Replace

- [NSTextFinder](appkit/nstextfinder.md)
- [NSTextFinderClient](appkit/nstextfinderclient.md)
