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

# highlightedBranchImage

Returns the default image for branch browser cells that are highlighted.

```
class var highlightedBranchImage: NSImage? { get }
```

## Return Value

The default image used for branch `NSBrowserCell` objects that are highlighted. This is a lighter version of the image returned by [`branchImage`](/documentation/AppKit/NSBrowserCell/branchImage).

## Discussion

Override this method if you want a different image.

## See Also

[`alternateImage`](/documentation/AppKit/NSBrowserCell/alternateImage)

The browser cell’s image for the highlighted state.



---

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)