# LibTmux.Server.ShowMenuAsync

- **Module:** LibTmux.Server
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Server.Interaction.cs#L222
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-server-showmenuasync/

```
LibTmux.Server.ShowMenuAsync(request: DisplayMenuRequest, cancellationToken: CancellationToken) -> Task
```

Shows a menu on a client.

The style flags arrived in tmux 3.4 and the mouse flag in 3.5. Older
servers are shown the same menu without them.

## Parameters

- `request` (DisplayMenuRequest): What the menu offers, and how it looks.
- `cancellationToken` (CancellationToken): Cancels the tmux command.
