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

# menu

The menu that contains the button’s alternate actions.

## Declaration

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

## Discussion

Discussion The combo button executes the menu item’s action when someone selects that item, so make sure to configure the targets and actions for each menu item in your menu. An NSComboButton doesn’t support the addition of a contextual menu.
