---
title: NSPathCellDelegate
framework: appkit
role: symbol
role_heading: Protocol
path: appkit/nspathcelldelegate
---

# NSPathCellDelegate

A set of methods that enable the delegate of a path cell object to customize the Open panel or pop-up menu of a path whose style is set to NSPathControl.Style.popUp.

## Declaration

```swift
protocol NSPathCellDelegate : NSObjectProtocol
```

## Topics

### Customizing the Open Panel

- [pathCell(_:willDisplay:)](appkit/nspathcelldelegate/pathcell(_:willdisplay:).md)

### Customizing the Menu

- [pathCell(_:willPopUp:)](appkit/nspathcelldelegate/pathcell(_:willpopup:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Cells

- [NSPathCell](appkit/nspathcell.md)
- [NSPathComponentCell](appkit/nspathcomponentcell.md)
- [NSPathControlItem](appkit/nspathcontrolitem.md)
