# Editor.PanelWindow.IsVisible

```csharp
bool IsVisible { get; set; }
```

Is the window on screen at all, as opposed to hidden with [Editor.PanelWindow.Hide](/api/Editor.PanelWindow/Hide) or minimized?

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
