# ShowTab()

> Shows a docked Editor window.

## Definition

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

```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.
