# ICreateToolbar

> Implement ICreateToolbar to draw Overlay content in horizontal and vertical toolbars from a set of EditorToolbarElementAttribute.

## Definition

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

```csharp
public interface ICreateToolbar
```

## Properties

| Property                                                                                                  | Description                                                                                                                                                                                                                                              |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [toolbarElements](/engine/6000.3/script-reference/unityeditor/overlays/icreatetoolbar/toolbarelements.md) | List of [ICreateToolbar.toolbarElements](/engine/6000.3/script-reference/unityeditor/overlays/icreatetoolbar/toolbarelements.md) IDs to show when the [Overlay](/engine/6000.3/script-reference/unityeditor/overlays/overlay.md) is in a toolbar layout. |
