# ShowMenu(IToolbarMenuElement)

> Display the menu for the element.

## Definition

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

```csharp
public static void ShowMenu(this IToolbarMenuElement tbe)
```

### Parameters

**** (\[IToolbarMenuElement]\(/engine/6000.0/script-reference/unityeditor/uielements/itoolbarmenuelement)): The element that is part of the menu to be displayed.
