Contents

highlightedBranchImage

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

Declaration

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.

Discussion

Override this method if you want a different image.

See Also

Related Documentation

Getting Browser Cell Information