# LibTmux.DisplayMenuRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/DisplayMenuRequest.cs#L4
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-displaymenurequest/

Describes one <c>display-menu</c> invocation.

## Members

- `DisplayMenuRequest` (method): Initializes a menu.
- `Items` (property): Gets the lines the menu offers.
- `Title` (property): Gets the title shown above them.
- `TargetPane` (property): Gets the pane the menu belongs to.
- `TargetClient` (property): Gets the client shown the menu.
- `X` (property): Gets where the menu sits across the screen.
- `Y` (property): Gets where the menu sits down the screen.
- `StartingChoice` (property): Gets the item selected when it opens.
- `BorderLines` (property): Gets which line style draws the border.
- `Style` (property): Gets the style of the menu itself.
- `BorderStyle` (property): Gets the style of its border.
- `SelectedStyle` (property): Gets the style of the selected line.
- `Mouse` (property): Gets whether the mouse can choose an item.
- `StayOpen` (property): Gets whether the menu stays open after a choice.
- `ToCommand` (method): Returns a menu request as one tmux command.
