# LibTmux.PopupCloseMode

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/DisplayPopupRequest.cs#L6
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-popupclosemode/

Names when a popup closes on its own.

## Members

- `AnyExit` (constant): Close when the command exits, however it exits.
- `SuccessfulExit` (constant): Close only when the command exits successfully.
