# toolbarElements

> Use ToolbarOverlay.toolbarElements to specify the contents of this Overlay.

## Definition

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

```csharp
public virtual IEnumerable<string> toolbarElements { get; }
```

### Remarks

See [ICreateToolbar](/engine/6000.5/script-reference/unityeditor/overlays/icreatetoolbar.md) for more information.
