Contents

controlColor

The color to use for the flat surfaces of a control.

Declaration

class var controlColor: NSColor { get }

Return Value

The system color used for the flat surfaces of a control. By default, the control color is a pattern color that will draw the ruled lines for the window background, which is the same as returned by windowBackgroundColor.

Discussion

If you use controlColor assuming that it is a solid, you may have an incorrect appearance. You should use lightGray in its place.

See Also

Control colors