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