Instance Property
backgroundColor
The color displayed behind the scrubber content.
Declaration
@property(copy) NSColor *backgroundColor;
Discussion
The value of this property is ignored if the value of the backgroundView
property is non-nil
. The default value is nil
.
See Also
Configuring the Scrubber's Appearance
showsAdditionalContentIndicators
A Boolean value that specifies whether the scrubber should display the existence of additional items beyond the leading and trailing edges.
showsArrowButtons
A Boolean value that specifies whether arrow buttons should be displayed at the leading and trailing edges of the scrubber.