Contents

cellClass

Returns the NSBrowserCell class.

Declaration

class var cellClass: AnyClass { get }

Return Value

Always returns the NSBrowserCell class (even if the developer has sent a setCellClass(_:) message to a particular instance).

Discussion

This method is used by NSControl during initialization and is not meant to be used by applications.

See Also

Managing Component Types