---
title: autorepeat
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssteppercell/autorepeat
---

# autorepeat

A Boolean value indicating how the receiver responds to mouse events.

## Declaration

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

## Discussion

Discussion If true, the first mouse down will do one increment (decrement), and, after a delay of 0.5 seconds, will increment (decrement) at a rate of ten times per second. If false, the receiver will do one increment (decrement) on a mouse up. The default is true

## See Also

### Specifying how stepper cell responds

- [valueWraps](appkit/nssteppercell/valuewraps.md)
