# LibTmux.Server.ShowMenuAsync

- **Module:** LibTmux.Server
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Server.Interaction.cs#L215
- **Page:** https://libtmux.org/reference/dotnet/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.
