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

# title

The localized string that the button displays.

## Declaration

```swift
var title: String { get set }
```

## Discussion

Discussion The method you use to create the combo button sets the initial value of this property.

## See Also

### Configuring the Button Appearance

- [style](appkit/nscombobutton/style-swift.property.md)
- [NSComboButton.Style](appkit/nscombobutton/style-swift.enum.md)
- [image](appkit/nscombobutton/image.md)
- [imageScaling](appkit/nscombobutton/imagescaling.md)
