---
title: alertSecondButtonReturn
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsapplication/modalresponse/alertsecondbuttonreturn
---

# alertSecondButtonReturn

The user clicked the second button from the right edge of the dialog or sheet.

## Declaration

```swift
static var alertSecondButtonReturn: NSApplication.ModalResponse { get }
```

## See Also

### Responses

- [OK](appkit/nsapplication/modalresponse/ok.md)
- [cancel](appkit/nsapplication/modalresponse/cancel.md)
- [continue](appkit/nsapplication/modalresponse/continue.md)
- [stop](appkit/nsapplication/modalresponse/stop.md)
- [abort](appkit/nsapplication/modalresponse/abort.md)
- [alertFirstButtonReturn](appkit/nsapplication/modalresponse/alertfirstbuttonreturn.md)
- [alertThirdButtonReturn](appkit/nsapplication/modalresponse/alertthirdbuttonreturn.md)
