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

# menu

Returns the responder’s menu.

## Declaration

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

## Discussion

Discussion For NSApplication this menu is the same as the menu returned by its mainMenu property.

## See Also

### Related Documentation

- [defaultMenu](appkit/nsview/defaultmenu.md)
- [menu(for:)](appkit/nsview/menu(for:).md)
