---
title: NSMenu.PresentationStyle.regular
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsmenu/presentationstyle-swift.enum/regular
---

# NSMenu.PresentationStyle.regular

The default presentation style for a menu.

## Declaration

```swift
case regular
```

## Discussion

Discussion When you select this style of menu the system presents the menu as either a popup or context menu based on the context. This is the default presentation style for a menu.

## See Also

### Defining the menu style

- [NSMenu.PresentationStyle.palette](appkit/nsmenu/presentationstyle-swift.enum/palette.md)
