# Editor.PanelWindow.ShowInTaskbar

```csharp
bool ShowInTaskbar { get; set; }
```

Whether the window gets a button in the taskbar. On by default; a palette or a floating
panel that belongs to another window usually turns it off.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
