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

# isButtonBordered

A Boolean value indicating whether the combo box displays a border.

## Declaration

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

## Discussion

Discussion When the value of this property is true, the combo box displays a border. For example, when displaying a combo box in a table, it is often useful to display the combo box without a border. The default value of this property is true.

## See Also

### Setting Display Attributes

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