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

# inline

A button that has a solid round-rectangle border background.

```
static var inline: NSButton.BezelStyle { get }
```

## Discussion

Common uses of this button style include:

- An inline button in a table view, such as a stop progress button in a download panel
- An “unread” indicator in an outline view

Use text for an unread indicator and a template image for other buttons.

---

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)