<!--
{
  "availability" : [
    "macOS: 10.0.0 - 10.11.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSMenu/isTornOff",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSMenu(py)tornOff"
  },
  "title" : "isTornOff"
}
-->

# isTornOff

Indicates whether the menu is offscreen or attached to another menu (or if it’s the main menu).

```
var isTornOff: Bool { get }
```

## Discussion

This property has a value of <doc://com.apple.documentation/documentation/Swift/false> if the menu is offscreen, is attached to another menu, or is the main menu. Otherwise, this property has a value of <doc://com.apple.documentation/documentation/Swift/true>.

### Special Considerations

This property has no effect in macOS 10.6 and later.

---

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)