---
title: attributedTitle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsmenuitem/attributedtitle
---

# attributedTitle

A custom string for a menu item.

## Declaration

```swift
@NSCopying var attributedTitle: NSAttributedString? { get set }
```

## Discussion

Discussion The attributed string is not archived in the old nib format.

## See Also

### Managing the title

- [title](appkit/nsmenuitem/title.md)
