---
title: highlightedBranchImage
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsbrowsercell/highlightedbranchimage
---

# highlightedBranchImage

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

## Declaration

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

## Return Value

Return Value The default image used for branch NSBrowserCell objects that are highlighted. This is a lighter version of the image returned by branchImage.

## Discussion

Discussion Override this method if you want a different image.

## See Also

### Related Documentation

- [alternateImage](appkit/nsbrowsercell/alternateimage.md)

### Getting Browser Cell Information

- [branchImage](appkit/nsbrowsercell/branchimage.md)
