---
title: isButtonBordered
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscomboboxcell/isbuttonbordered
---

# isButtonBordered

A Boolean value that indicates whether the combo box button displays a border.

## Declaration

```swift
var isButtonBordered: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the button has a border; when it is false, the button is borderless. For example, it is often useful when using a combo box in an NSTableView to display the button without a border.

## See Also

### Setting Display Attributes

- [hasVerticalScroller](appkit/nscomboboxcell/hasverticalscroller.md)
- [intercellSpacing](appkit/nscomboboxcell/intercellspacing.md)
- [itemHeight](appkit/nscomboboxcell/itemheight.md)
- [numberOfVisibleItems](appkit/nscomboboxcell/numberofvisibleitems.md)
