# LibTmux.SelectPaneRequest.SelectPaneRequest

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

```
LibTmux.SelectPaneRequest.SelectPaneRequest(direction: PaneSelectDirection?, keepZoom: bool, mark: bool?, inputEnabled: bool?, last: bool)
```

Initializes a pane-selection request.

## Parameters

- `direction` (PaneSelectDirection?) — Which pane to move to.
- `keepZoom` (bool) — Whether a zoomed pane stays zoomed.
- `mark` (bool?) — Whether the pane is marked, unmarked, or left alone.
- `inputEnabled` (bool?) — Whether input is enabled, disabled, or left alone.
- `last` (bool) — Whether the last active pane is selected.
