# LibTmux.FindWindowRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/FindWindowRequest.cs#L4
- **Page:** https://libtmux.org/reference/dotnet/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.
