Table of Contents

Enum MessageBoxButtons

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
The button set shown by a message-box style inline dialog. It describes the buttons only — not the severity/icon of the message. Each value maps to a fixed set of buttons and DialogResultKind results (see InlineMessageBoxControl / TigerTui.MessageBoxAsync).
public enum MessageBoxButtons

Fields

AbortRetryIgnore = 4
AbortAbort, RetryRetry, IgnoreIgnore.
Ok = 0
A single OK button → DialogResultKind.Ok.
OkCancel = 1
OKOk, CancelCancel.
YesNo = 2
YesYes, NoNo.
YesNoCancel = 3
YesYes, NoNo, CancelCancel.