# LibTmux.SelectPaneRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/SelectPaneRequest.cs#L23
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-selectpanerequest/

Describes one <c>select-pane</c> invocation.

## Members

- `Direction` (property): Gets which pane to move to.
- `KeepZoom` (property): Gets whether a zoomed pane stays zoomed.
- `Mark` (property): Gets whether the pane is marked, unmarked, or left alone.
- `InputEnabled` (property): Gets whether input is enabled, disabled, or left alone.
- `Last` (property): Gets whether the last active pane is selected.
- `ToCommand` (method): Returns a pane-selection request as one tmux command.
