# LibTmux.DisplayMenuRequest

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