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

# menu

The cell’s contextual menu.

## Declaration

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

## Discussion

Discussion Use this property to specify a menu containing contextual commands associated with the cell. If the cell does not have a menu, set this property to nil.

## See Also

### Managing Menus

- [defaultMenu](appkit/nscell/defaultmenu.md)
- [menu(for:in:of:)](appkit/nscell/menu(for:in:of:).md)
