<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWindow/ToolbarStyle-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSWindowToolbarStyle"
  },
  "title" : "NSWindow.ToolbarStyle"
}
-->

# NSWindow.ToolbarStyle

Styles that determine the appearance and location of the toolbar in relation to the title bar.

```
enum ToolbarStyle
```

## Topics

### Styles

[`NSWindowToolbarStyleAutomatic`](/documentation/AppKit/NSWindow/ToolbarStyle-swift.enum/automatic)

A style indicating that the system determines the toolbar’s appearance and location.

[`NSWindowToolbarStyleExpanded`](/documentation/AppKit/NSWindow/ToolbarStyle-swift.enum/expanded)

A style indicating that the toolbar appears below the window title.

[`NSWindowToolbarStylePreference`](/documentation/AppKit/NSWindow/ToolbarStyle-swift.enum/preference)

A style indicating that the toolbar appears below the window title with toolbar items centered in the toolbar.

[`NSWindowToolbarStyleUnified`](/documentation/AppKit/NSWindow/ToolbarStyle-swift.enum/unified)

A style indicating that the toolbar appears next to the window title.

[`NSWindowToolbarStyleUnifiedCompact`](/documentation/AppKit/NSWindow/ToolbarStyle-swift.enum/unifiedCompact)

A style indicating that the toolbar appears next to the window title and with reduced margins to allow more focus on the window’s contents.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)