# WindowButtons

**Kind**: interface | **Module**: [Windows](https://docs.interop.io/desktop/reference/javascript/windows/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/windows/windowbuttons/index.html

Describes the buttons for the window frame.

## Properties

- **`allowClose`** (`boolean`, optional)
  If `true`, the window frame will have a "Close" button.
- **`allowCollapse`** (`boolean`, optional)
  If `true`, the window frame will have a "Collapse/Expand" button.
- **`allowLockUnlock`** (`boolean`, optional)
  If `true`, the window frame will have a "Lock/Unlock" button.
- **`allowMaximize`** (`boolean`, optional)
  If `true`, the window frame will have a "Maximize" button.
- **`allowMinimize`** (`boolean`, optional)
  If `true`, the window frame will have a "Minimize" button.
