---
title: managed
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nswindow/collectionbehavior-swift.struct/managed
---

# managed

The window participates in Mission Control and Spaces.

## Declaration

```swift
static var managed: NSWindow.CollectionBehavior { get }
```

## Discussion

Discussion This is the default behavior if windowLevel is equal to normal.

## See Also

### Spaces and Mission Control

- [transient](appkit/nswindow/collectionbehavior-swift.struct/transient.md)
