---
title: alertThirdButtonReturn
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsapplication/modalresponse/alertthirdbuttonreturn
---

# alertThirdButtonReturn

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

## Declaration

```swift
static var alertThirdButtonReturn: 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)
- [alertSecondButtonReturn](appkit/nsapplication/modalresponse/alertsecondbuttonreturn.md)
