---
title: isExcludedFromWindowsMenu
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/isexcludedfromwindowsmenu
---

# isExcludedFromWindowsMenu

A Boolean value that indicates whether the window is excluded from the application’s Windows menu.

## Declaration

```swift
var isExcludedFromWindowsMenu: Bool { get set }
```

## Discussion

Discussion The value of this property is true when the window is excluded from the Windows menu; otherwise, false. The default initial setting is false.
