# LibTmux.FindWindowRequest

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

Describes one <c>find-window</c> invocation.

## Members

- `FindWindowRequest` (method): Initializes a window-search request.
- `Pattern` (property): Gets the text to look for.
- `MatchContent` (property): Gets whether pane content is searched.
- `IgnoreCase` (property): Gets whether the search ignores case.
- `MatchName` (property): Gets whether window names are searched.
- `Regex` (property): Gets whether the pattern is a regular expression.
- `MatchTitle` (property): Gets whether pane titles are searched.
- `ToCommand` (method): Returns a window-search request as one tmux command.
