<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSColor/alternateSelectedControlTextColor",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSColor(cpy)alternateSelectedControlTextColor"
  },
  "title" : "alternateSelectedControlTextColor"
}
-->

# alternateSelectedControlTextColor

The color to use for text in a selected control.

```
class var alternateSelectedControlTextColor: NSColor { get }
```

## Discussion

This color is the table and list view equivalent to the [`selectedControlTextColor`](/documentation/AppKit/NSColor/selectedControlTextColor) color, which is used for controls in other views.

For more information, see [`NSColor`](/documentation/AppKit/NSColor).

## See Also

[`alternateSelectedControlColor`](/documentation/AppKit/NSColor/alternateSelectedControlColor)

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



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)