isEmphasized
Determines whether the row will draw with the alternate or secondary color (unless overridden).
Declaration
var isEmphasized: Bool { get set }Discussion
When emphasized is true, the view will draw with the alternateSelectedControlColor defined by NSColor. When false it will use the secondarySelectedControlColor defined by NSColor.