<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplication/PresentationOptions-swift.struct/disableScreenCornerInteractions",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSApplicationPresentationOptions@NSApplicationPresentationDisableScreenCornerInteractions"
  },
  "title" : "disableScreenCornerInteractions"
}
-->

# disableScreenCornerInteractions

Disable screen corner interactions when the application is frontmost.

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

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)