# LibTmux.TmuxMenuItem

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Utilities/TmuxMenuItem.cs#L8
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
