---
title: WindowMenuBarExtraStyle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/windowmenubarextrastyle
---

# WindowMenuBarExtraStyle

A menu bar extra style that renders its contents in a popover-like window.

## Declaration

```swift
struct WindowMenuBarExtraStyle
```

## Overview

Overview Use window to construct this style.

## Topics

### Creating the menu bar extra style

- [init()](swiftui/windowmenubarextrastyle/init().md)

## Relationships

### Conforms To

- [MenuBarExtraStyle](swiftui/menubarextrastyle.md)

## See Also

### Supporting types

- [AutomaticMenuBarExtraStyle](swiftui/automaticmenubarextrastyle.md)
- [PullDownMenuBarExtraStyle](swiftui/pulldownmenubarextrastyle.md)
