# LibTmux.CopyModeRequest

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

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

## Members

- `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.
- `ToCommand` (method): Returns a copy-mode request as one tmux command.
