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

# NSComboButton.Style.split

A style that separates the button’s title and image from the menu indicator people use to activate the button.

## Declaration

```swift
case split
```

## Discussion

Discussion This style displays a system-standard menu control. When this style is active, someone must click the menu control to display the list of alternate actions.

## See Also

### Getting the Combo Button Styles

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