---
title: disableScreenCornerInteractions
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsapplication/presentationoptions-swift.struct/disablescreencornerinteractions
---

# disableScreenCornerInteractions

Disable screen corner interactions when the application is frontmost.

## Declaration

```swift
static var disableScreenCornerInteractions: NSApplication.PresentationOptions { get }
```

## Discussion

Discussion .autoHideDock or .hideDock must also be set for this option to take effect.
