An array containing the system specified background colors for alternating rows in tables and lists.
Deprecated
Use alternating
instead.
SDK
- macOS 10.3–10.14Deprecated
Framework
- App
Kit
Declaration
class var controlAlternatingRowBackgroundColors: [NSColor] { get }
Return Value
An array of NSColor
objects specifying the system colors used for rows in tables and lists. You should not assume the array will contain only two colors. For general information on system colors, see Accessing System Colors.