---
title: NSComboButton.Style.unified
framework: appkit
role: symbol
role_heading: Case
path: appkit/nscombobutton/style-swift.enum/unified
---

# NSComboButton.Style.unified

A style that unifies the button’s title and image with the menu indicator.

## Declaration

```swift
case unified
```

## Discussion

Discussion This style hides the system-supplied menu control. When this style is active, the combo button displays its menu in response to a long-press gesture.

## See Also

### Getting the Combo Button Styles

- [NSComboButton.Style.split](appkit/nscombobutton/style-swift.enum/split.md)
