<!--
{
  "availability" : [
    "macOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSComboButton/menu",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSComboButton(py)menu"
  },
  "title" : "menu"
}
-->

# menu

The menu that contains the button’s alternate actions.

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

## 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`](/documentation/AppKit/NSComboButton) doesn’t support the addition of a contextual menu.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)