---
title: optionOnScreenBelowWindow
framework: coregraphics
role: symbol
role_heading: Type Property
path: coregraphics/cgwindowlistoption/optiononscreenbelowwindow
---

# optionOnScreenBelowWindow

## Declaration

```swift
static var optionOnScreenBelowWindow: CGWindowListOption { get }
```

## Discussion

Discussion List all windows that are currently onscreen and in behind the window specified in the relativeToWindow parameter. Windows are returned in order from front to back.

## See Also

### Type Properties

- [excludeDesktopElements](coregraphics/cgwindowlistoption/excludedesktopelements.md)
- [optionAll](coregraphics/cgwindowlistoption/optionall.md)
- [optionIncludingWindow](coregraphics/cgwindowlistoption/optionincludingwindow.md)
- [optionOnScreenAboveWindow](coregraphics/cgwindowlistoption/optiononscreenabovewindow.md)
- [optionOnScreenOnly](coregraphics/cgwindowlistoption/optiononscreenonly.md)
