# LibTmux.TmuxMenuItem

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Utilities/TmuxMenuItem.cs#L8
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxmenuitem/

One line of a tmux menu.

tmux takes menu items as bare triples on the command line rather than as
flags, so the order of the three is what tells them apart.

## Members

- `TmuxMenuItem` (method) — Initializes one menu item.
- `Name` (property) — Gets the text shown for the item.
- `Key` (property) — Gets the key that chooses it.
- `Command` (property) — Gets the tmux command it runs.
