# Editor.PanelWindow.Hide

```csharp
void Hide()
```

Take the window off screen without closing it. Everything in it stays; [Editor.PanelWindow.Show](/api/Editor.PanelWindow/Show)
brings it back where it was.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
