# ToolbarMenuElementExtensions

> An extension class that handles menu management for elements that are implemented with the IToolbarMenuElement interface, but are identical to DropdownMenu.

## Definition

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

```csharp
public static class ToolbarMenuElementExtensions
```

## Static Methods

| Method                                                                                                      | Description                       |
| ----------------------------------------------------------------------------------------------------------- | --------------------------------- |
| [ShowMenu](/engine/6000.6/script-reference/unityeditor/uielements/toolbarmenuelementextensions/showmenu.md) | Display the menu for the element. |
