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

# NSButton.BezelStyle

The set of bezel styles to style buttons in your app.

```
enum BezelStyle
```

## Overview

For design guidance on buttons, see [Human Interface Guidelines > Buttons](https://developer.apple.com/design/human-interface-guidelines/buttons).

## Topics

### Default

[`NSButton.BezelStyle.automatic`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/automatic)

The default button style based on the button’s contents and position within the window.

### Push

[`NSButton.BezelStyle.push`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/push)

A standard push style button.

[`NSButton.BezelStyle.flexiblePush`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/flexiblePush)

A push button with a flexible height to accommodate longer text labels or an image.

### Disclosure

[`NSButton.BezelStyle.disclosure`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/disclosure)

A bezel style button for use with a disclosure triangle.

[`NSButton.BezelStyle.pushDisclosure`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/pushDisclosure)

A bezel style push button with a disclosure triangle.

### Toolbar

[`NSButton.BezelStyle.toolbar`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/toolbar)

A button style that’s appropriate for a toolbar item.

[`NSButton.BezelStyle.accessoryBar`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/accessoryBar)

A button style that’s typically used in the context of an accessory toolbar for buttons that narrow the focus of a search or other operation.

[`NSButton.BezelStyle.accessoryBarAction`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/accessoryBarAction)

A button style that you use for extra actions in an accessory toolbar.

### Informational

[`NSButton.BezelStyle.helpButton`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/helpButton)

A round button with a question mark, providing the standard help button look.

[`NSButton.BezelStyle.badge`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/badge)

A button style suitable for displaying additional information.

[`NSButton.BezelStyle.circular`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/circular)

A round button that can contain either a single character or an icon.

### Other

[`NSButton.BezelStyle.smallSquare`](/documentation/AppKit/NSButton/BezelStyle-swift.enum/smallSquare)

A simple square bezel style that can scale to any size.

### Deprecated

[Deprecated Symbols](/documentation/AppKit/bezelstyle-deprecated-symbols)



---

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)