# Editor.PanelWindow.CanMaximize

```csharp
bool CanMaximize { get; set; }
```

Whether the OS is allowed to maximize the window - the caption button, double clicking
the title bar, Win+Up, snap. Windows drawing their own chrome check this for their
maximize button too.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
