<!--
{
  "availability" : [
    "macOS: 11.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/BorderedButtonMenuStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI23BorderedButtonMenuStyleV"
  },
  "title" : "BorderedButtonMenuStyle"
}
-->

# BorderedButtonMenuStyle

A menu style that displays a bordered button that toggles the display of the
menu’s contents when pressed.

```
nonisolated struct BorderedButtonMenuStyle
```

## Overview

Use [`borderedButton`](/documentation/SwiftUI/MenuStyle/borderedButton) to construct this style.

## Topics

### Creating a bordered button menu style

[`init()`](/documentation/SwiftUI/BorderedButtonMenuStyle/init())

Creates a bordered button menu style.



---

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)