Contents

alternateSelectedControlColor

The system color used for the face of a selected control in a list or table.

Declaration

class var alternateSelectedControlColor: NSColor { get }

Return Value

The system color used for the face of a selected control—a control being clicked or dragged. This color is used in lists and tables.

Discussion

This color is the table and list view equivalent to the selectedControlColor color, which is used for controls in other views.

For more information, see NSColor.

See Also

Related Documentation

Deprecated colors