# LibTmux.TmuxOptionState

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Options/TmuxOptionValue.cs#L6
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxoptionstate/

What tmux reported for an option.

## Members

- `Absent` (constant) — tmux named the option but gave it no value.
- `Off` (constant) — tmux reported the flag value <c>off</c>.
- `On` (constant) — tmux reported the flag value <c>on</c>.
- `Value` (constant) — tmux reported a value that is neither <c>on</c> nor <c>off</c>.
