Contents

pathComponentCellClass

Returns the class used to create pathComponentCell objects when automatically filling up the control.

Declaration

class var pathComponentCellClass: AnyClass { get }

Return Value

The class used to create NSPathComponentCell objects.

Discussion

Subclasses can override this method to return a custom cell class that is automatically used. By default, the method returns [NSPathComponentCell class], or a specialized subclass thereof.

See Also

Managing Path Components