NSImageCell
NSImageCell is a concrete subclass of NSCell in Apple's AppKit. It is used to render an NSImage inside cell-based controls such as NSTableView, NSMatrix, NSOutlineView, and NSBrowser. The cell stores an image and draws it within the cell’s bounds, handling selection and highlight states in a manner consistent with other cells.
The primary properties of NSImageCell focus on the image content and its presentation. The image property holds
NSImageCell participates in the standard cell lifecycle and state changes of its containing control, including selection,
Usage notes: NSImageCell belongs to the older generation of AppKit interfaces that rely on cells. In modern
See also: NSCell, NSImage, NSTableView, NSMatrix, NSOutlineView, NSBrowser, NSImageView.