---
title: isEnabled
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolorpickertouchbaritem/isenabled
---

# isEnabled

A Boolean value that determines whether the color picker is enabled.

## Declaration

```swift
var isEnabled: Bool { get set }
```

## Discussion

Discussion If the picker is currently displayed as a popover, and you set the value of this property to false, the picker is dismissed.

## See Also

### Configuring the color picker

- [colorList](appkit/nscolorpickertouchbaritem/colorlist.md)
- [allowedColorSpaces](appkit/nscolorpickertouchbaritem/allowedcolorspaces.md)
- [showsAlpha](appkit/nscolorpickertouchbaritem/showsalpha.md)
