# SetupChildrenAsButtonStrip(VisualElement)

> Assigns the required USS classes to child elements so that they appear as a single button strip.

## Definition

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

```csharp
public static void SetupChildrenAsButtonStrip(VisualElement root)
```

### Parameters

**** (\[VisualElement]\(/engine/6000.7/script-reference/unityengine/uielements/visualelement)): Root VisualElement of the button strip.
