# LibTmux.Server.BuildDisplayMenuArguments

- **Module:** LibTmux.Server
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Server.Interaction.cs#L174
- **Page:** https://libtmux.org/reference/dotnet/libtmux-server-builddisplaymenuarguments/

```
LibTmux.Server.BuildDisplayMenuArguments(request: DisplayMenuRequest) -> List<string>
```

Builds the arguments a menu request sends.

The style flags arrived in tmux 3.4 and the mouse flag in 3.5, so this
stays on the server that knows which one is answering.
