isButtonBordered
A Boolean value that indicates whether the combo box button displays a border.
Declaration
var isButtonBordered: Bool { get set }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.