# LibTmux.DisplayMessageRequest

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

Describes one <c>display-message</c> invocation.

## Members

- `Message` (property): Gets the message, which tmux expands as a format.
- `ReturnText` (property): Gets whether the message is printed rather than shown.
- `Format` (property): Gets the format string used in place of the message.
- `AllFormats` (property): Gets whether every format variable is listed.
- `Verbose` (property): Gets whether format expansion is reported.
- `NoExpand` (property): Gets whether the message is sent without format expansion.
- `TargetClient` (property): Gets the client to show the message on.
- `Delay` (property): Gets how long the message stays up.
- `Notify` (property): Gets whether the message is delivered as a notification.
- `UpdatePane` (property): Gets whether the pane is redrawn while the message is shown.
- `ToCommand` (method): Returns a message request as one tmux command.
