---
title: fullScreenModeAllScreens
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsview/fullscreenmodeoptionkey/fullscreenmodeallscreens
---

# fullScreenModeAllScreens

Key whose corresponding value specifies whether the view should take over all screens.

## Declaration

```swift
static let fullScreenModeAllScreens: NSView.FullScreenModeOptionKey
```

## Discussion

Discussion The corresponding value is an instance of NSNumber containing a Boolean value.

## See Also

### Type Properties

- [fullScreenModeApplicationPresentationOptions](appkit/nsview/fullscreenmodeoptionkey/fullscreenmodeapplicationpresentationoptions.md)
- [fullScreenModeSetting](appkit/nsview/fullscreenmodeoptionkey/fullscreenmodesetting.md)
- [fullScreenModeWindowLevel](appkit/nsview/fullscreenmodeoptionkey/fullscreenmodewindowlevel.md)
