Contents

image

The image that appears on the button when it’s in an off state, or nil if there is no such image.

Declaration

var image: NSImage? { get set }

Discussion

The image contained in this property is always displayed on a button that doesn’t change its contents when highlighting or showing an on state. Buttons don’t display images by default.

See Also

Related Documentation

Configuring button images