---
title: accessibilityPerformDecrement()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsaccessibilityslider/accessibilityperformdecrement()
---

# accessibilityPerformDecrement()

Decrements the slider’s value.

## Declaration

```swift
func accessibilityPerformDecrement() -> Bool
```

## Return Value

Return Value true if the action was successfully triggered; otherwise, false. This method does not indicate the success or failure of the action, just the fact that the action was successfully triggered.

## Discussion

Discussion This method must post an valueChanged notification after changing the slider’s value.

## See Also

### Supporting Accessibility

- [accessibilityLabel()](appkit/nsaccessibilityslider/accessibilitylabel().md)
- [accessibilityPerformIncrement()](appkit/nsaccessibilityslider/accessibilityperformincrement().md)
- [accessibilityValue()](appkit/nsaccessibilityslider/accessibilityvalue().md)
