# toolbar

> Toolbar background from top of windows.

## Definition

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

```csharp
public static GUIStyle toolbar { get; }
```

### Remarks

The toolbar is used as a background for other toolbar elements Additional Resources: [EditorStyles.toolbarButton](/engine/6000.7/script-reference/unityeditor/editorstyles/toolbarbutton.md), [EditorStyles.toolbarPopup](/engine/6000.7/script-reference/unityeditor/editorstyles/toolbarpopup.md), [EditorStyles.toolbarDropDown](/engine/6000.7/script-reference/unityeditor/editorstyles/toolbardropdown.md).
