---
title: "orderBack(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nswindow/orderback(_:)"
---

# orderBack(_:)

Moves the window to the back of its level in the screen list, without changing either the key window or the main window.

## Declaration

```swift
func orderBack(_ sender: Any?)
```

## Parameters

- `sender`: Message originator.

## See Also

### Related Documentation

- [makeKeyAndOrderFront(_:)](appkit/nswindow/makekeyandorderfront(_:).md)

### Managing Window Layers

- [orderOut(_:)](appkit/nswindow/orderout(_:).md)
- [orderFront(_:)](appkit/nswindow/orderfront(_:).md)
- [orderFrontRegardless()](appkit/nswindow/orderfrontregardless().md)
- [order(_:relativeTo:)](appkit/nswindow/order(_:relativeto:).md)
- [level](appkit/nswindow/level-swift.property.md)
- [NSWindow.Level](appkit/nswindow/level-swift.struct.md)
