The title displayed on the button when it’s in its normal state.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
var title: String! { get set }
Discussion
If the button doesn’t display a title, the value of this property is the empty string. This title is always displayed if the button doesn’t use its alternate contents for highlighting or displaying the alternate state. By default, a button’s title is “Button.” Setting this property may redraw the button if necessary.