---
title: isFlushWindowDisabled
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/isflushwindowdisabled
---

# isFlushWindowDisabled

A Boolean value that indicates whether the window’s flushing ability is disabled.

## Declaration

```swift
var isFlushWindowDisabled: Bool { get }
```

## Discussion

Discussion The value of this property is true when the window’s flushing ability has been disabled; otherwise, false.

## See Also

### Related Documentation

- [disableFlushing()](appkit/nswindow/disableflushing().md)
- [enableFlushing()](appkit/nswindow/enableflushing().md)

### Properties

- [backingLocation](appkit/nswindow/backinglocation-swift.property.md)
- [preferredBackingLocation](appkit/nswindow/preferredbackinglocation.md)
- [isOneShot](appkit/nswindow/isoneshot.md)
- [drawers](appkit/nswindow/drawers.md)
- [showsResizeIndicator](appkit/nswindow/showsresizeindicator.md)
- [isAutodisplay](appkit/nswindow/isautodisplay.md)
- [graphicsContext](appkit/nswindow/graphicscontext.md)
- [windowRef](appkit/nswindow/windowref.md)
