---
title: menu
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspathcontrol/menu
---

# menu

The menu that is used for the path control’s cells.

## Declaration

```swift
var menu: NSMenu? { get set }
```

## Discussion

Discussion This property overrides the NSView implementation of menu and forwards the message to the NSPathControlCell.
