Contents

sound

The sound that plays when the user clicks the button.

Declaration

var sound: NSSound? { get set }

Discussion

The sound represented by this property is played during a mouse event, such as NSLeftMouseDown.

See Also

Configuring buttons