---
title: fullScreenModeApplicationPresentationOptions
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsview/fullscreenmodeoptionkey/fullscreenmodeapplicationpresentationoptions
---

# fullScreenModeApplicationPresentationOptions

Key whose corresponding value specifies the application presentation options.

## Declaration

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

## Discussion

Discussion The corresponding value is an instance of NSNumber containing an unsigned integer value of NSApplication.PresentationOptions. Those options can be combined using the C bit-wise OR operator before created the NSNumber instance. See NSApplication constants section NSApplication.PresentationOptions for more information on these options.

## See Also

### Type Properties

- [fullScreenModeAllScreens](appkit/nsview/fullscreenmodeoptionkey/fullscreenmodeallscreens.md)
- [fullScreenModeSetting](appkit/nsview/fullscreenmodeoptionkey/fullscreenmodesetting.md)
- [fullScreenModeWindowLevel](appkit/nsview/fullscreenmodeoptionkey/fullscreenmodewindowlevel.md)
