---
title: defaultMenu
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscell/defaultmenu
---

# defaultMenu

Returns the default menu for instances of the cell.

## Declaration

```swift
class var defaultMenu: NSMenu? { get }
```

## Return Value

Return Value The default menu. The NSCell implementation of this method returns nil.

## See Also

### Managing Menus

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