---
title: showsStateColumn
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsmenu/showsstatecolumn
---

# showsStateColumn

Indicates whether the menu displays the state column.

## Declaration

```swift
var showsStateColumn: Bool { get set }
```

## Discussion

Discussion This property contains a Boolean value indicating whether the menu displays the state column. The default value for this property is true.
