# LibTmux.SelectPaneRequest

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

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

## Members

- `SelectPaneRequest` (method) — Initializes a pane-selection request.
- `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.
