# ToolbarMenu.Variant

> Display styles for the menu.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.UIElements](/engine/6000.3/script-reference/unityeditor/uielements.md)
* **Assembly:** UnityEditor

```csharp
public enum ToolbarMenu.Variant
```

## Fields

| Value                                                                                            | Description                               |
| ------------------------------------------------------------------------------------------------ | ----------------------------------------- |
| [Default](/engine/6000.3/script-reference/unityeditor/uielements/toolbarmenu/variant/default.md) | Display the menu using the default style. |
| [Popup](/engine/6000.3/script-reference/unityeditor/uielements/toolbarmenu/variant/popup.md)     | Display the menu using the popup style.   |
