Contents

inline

A button that has a solid round-rectangle border background.

Declaration

static var inline: NSButton.BezelStyle { get }

Discussion

Common uses of this button style include:

  • An inline button in a table view, such as a stop progress button in a download panel

  • An “unread” indicator in an outline view

Use text for an unread indicator and a template image for other buttons.

See Also

Properties