---
title: high
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstoolbaritem/visibilitypriority-swift.struct/high
---

# high

A high priority that makes it less likely for the toolbar item to move to the overflow item.

## Declaration

```swift
static var high: NSToolbarItem.VisibilityPriority { get }
```

## Discussion

Discussion The toolbar moves items with standard priority to the overflow menu before it moves items with this priority.

## See Also

### Visibility priorities

- [standard](appkit/nstoolbaritem/visibilitypriority-swift.struct/standard.md)
- [low](appkit/nstoolbaritem/visibilitypriority-swift.struct/low.md)
- [user](appkit/nstoolbaritem/visibilitypriority-swift.struct/user.md)
