---
title: pulldownAction
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolorwell/pulldownaction
---

# pulldownAction

The action to perform when someone clicks in the color area of the color well.

## Declaration

```swift
var pulldownAction: Selector? { get set }
```

## Discussion

Discussion Specify a custom action method to replace the system popover and color picker. For a color well with the NSColorWell.Style.minimal or NSColorWell.Style.expanded style, clicks in the color area normally display a popover with the system color picker.  If you specify a value for this property and the pulldownTarget property, clicks in the color area execute your custom action method instead.

## See Also

### Customizing the color selection behavior

- [pulldownTarget](appkit/nscolorwell/pulldowntarget.md)
