---
title: window
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/menubarextrastyle/window
---

# window

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

## Declaration

```swift
static var window: WindowMenuBarExtraStyle { get }
```

## Discussion

Discussion The styling and layout of controls is similar to that when contained in a normal window, compared to the menu-like layout that the menu style provides.

## See Also

### Getting menu bar extra styles

- [automatic](swiftui/menubarextrastyle/automatic.md)
- [menu](swiftui/menubarextrastyle/menu.md)
