# `GlyphsToolEvent toolbarMenu`

*Instance Method*

Return a NSMenu object that should be displayed if the user presses/holds the mouse on the icon

## Declaration

```swift
optional func toolbarMenu() -> NSMenu?
```

```objc
- (NSMenu *) toolbarMenu;
```

```python
toolbarMenu() -> NSMenu
```

## Return Value

A NSMenu object

