---
title: activateAllWindows
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsapplication/activationoptions/activateallwindows
---

# activateAllWindows

By default, activation brings only the main and key windows forward.  If you specify NSApplicationActivateAllWindows, all of the application’s windows are brought forward.

## Declaration

```swift
static var activateAllWindows: NSApplication.ActivationOptions { get }
```
