# ShowTab()

> Shows a docked Editor window.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public void ShowTab()
```

### Remarks

If a window is docked as a tab and the docking area has multiple tabs, calling this function will select the window's tab and make its contents visible.
