---
title: PullDownMenuBarExtraStyle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/pulldownmenubarextrastyle
---

# PullDownMenuBarExtraStyle

A menu bar extra style that renders its contents as a menu that pulls down from the icon in the menu bar.

## Declaration

```swift
struct PullDownMenuBarExtraStyle
```

## Overview

Overview Use menu to construct this style.

## Topics

### Creating the menu bar extra style

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

## Relationships

### Conforms To

- [MenuBarExtraStyle](swiftui/menubarextrastyle.md)

## See Also

### Supporting types

- [AutomaticMenuBarExtraStyle](swiftui/automaticmenubarextrastyle.md)
- [WindowMenuBarExtraStyle](swiftui/windowmenubarextrastyle.md)
