---
title: isMiniaturizable
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscenewindowingbehaviors/isminiaturizable
---

# isMiniaturizable

A Boolean value that determines whether the window displays a minimize button.

## Declaration

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

## See Also

### Specifying window behaviors

- [isClosable](uikit/uiscenewindowingbehaviors/isclosable.md)
