# CreateVerticalToolbarContent()

> Creates the root VisualElement of the ToolbarOverlay's vertical content.

## Definition

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

> **Warning:**
>
> **Deprecated.** Use Overlay.CreateContent(Layout.Vertical)

```csharp
public VisualElement CreateVerticalToolbarContent()
```

### Returns

| Type                                                                                     | Description                                        |
| ---------------------------------------------------------------------------------------- | -------------------------------------------------- |
| [VisualElement](/engine/6000.5/script-reference/unityengine/uielements/visualelement.md) | Root element of ToolbarOverlay's vertical content. |
