<!--
{
  "availability" : [
    "macOS: 10.12.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScrubberSelectionView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSScrubberSelectionView"
  },
  "title" : "NSScrubberSelectionView"
}
-->

# NSScrubberSelectionView

An abstract base class for specifying the appearance of a highlighted or selected item in a scrubber.

```
class NSScrubberSelectionView
```

## Overview

Create a subclass to customize the selection or highlight appearance of an item in your scrubber control. You need to return an instance of your subclass from the [`makeSelectionView()`](/documentation/AppKit/NSScrubberSelectionStyle/makeSelectionView()) method on [`NSScrubberSelectionStyle`](/documentation/AppKit/NSScrubberSelectionStyle).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)