# LibTmux.TmuxOptionState

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