# ShowAsContext()

> Show the menu under the mouse when right-clicked.

## Definition

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

```csharp
public void ShowAsContext()
```

### Remarks

Additional Resources: [GenericMenu.DropDown](/engine/6000.6/script-reference/unityeditor/genericmenu/dropdown.md).
