# Editor.PanelWindow.IsShown

```csharp
bool IsShown { get; set; }
```

Whether the OS window is on screen. A window is born hidden and appears once it has drawn
its contents, so this is false for its first frame or two.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
