<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSToolbarItem/VisibilityPriority-swift.struct/high",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSToolbarItemVisibilityPriorityHigh"
  },
  "title" : "high"
}
-->

# high

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

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

## Discussion

The toolbar moves items with [`standard`](/documentation/AppKit/NSToolbarItem/VisibilityPriority-swift.struct/standard) priority to the overflow menu before it moves items with this priority.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)