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

# insertionPointColor

The color of the insertion point.

```
@NSCopying var insertionPointColor: NSColor! { get set }
```

## See Also

[`shouldDrawInsertionPoint`](/documentation/AppKit/NSTextView/shouldDrawInsertionPoint)

A Boolean value that determines whether the receiver should draw its insertion point.

[`-  drawInsertionPointInRect:color:turnedOn:`](/documentation/AppKit/NSTextView/drawInsertionPoint(in:color:turnedOn:))

Draws or erases the insertion point.



---

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)