controlView
The view associated with the cell.
Declaration
unowned(unsafe) var controlView: NSView? { get set }Discussion
This property contains the view associated with the cell. This view is normally an NSControl object. The default value of this property is nil.