---
title: NSButton.BezelStyle.pushDisclosure
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsbutton/bezelstyle-swift.enum/pushdisclosure
---

# NSButton.BezelStyle.pushDisclosure

A bezel style push button with a disclosure triangle.

## Declaration

```swift
case pushDisclosure
```

## Discussion

Discussion Use this style of button when you want your button to look like a disclosure button, commonly seen in toolbars on macOS. For design guidance, see Human Interface Guidelines > Buttons.

## See Also

### Disclosure

- [NSButton.BezelStyle.disclosure](appkit/nsbutton/bezelstyle-swift.enum/disclosure.md)
