# LibTmux.CopyModeRequest

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

Describes one <c>copy-mode</c> invocation.

## Members

- `CopyModeRequest` (method) — Initializes a copy-mode request.
- `ScrollUp` (property) — Gets whether the pane scrolls up one page on entry.
- `ExitOnBottom` (property) — Gets whether reaching the bottom leaves copy mode.
- `MouseDrag` (property) — Gets whether the mode is entered for a mouse drag.
- `Cancel` (property) — Gets whether copy mode is left instead of entered.
- `PageDown` (property) — Gets whether the pane scrolls down one page on entry.
- `SourcePane` (property) — Gets the pane whose content is shown instead.
