Table of Contents

Enum FlowButtons

Namespace
SharpConsoleUI.Flows
Assembly
SharpConsoleUI.dll

Standardized button-set selector; determines which canonical button row the host renders.

public enum FlowButtons
Extension Methods

Fields

BackFinishCancel = 2

Back, Finish, and Cancel buttons (final wizard step).

BackNextCancel = 1

Back, Next, and Cancel buttons (typical middle wizard step).

CancelOnly = 4

Only a Cancel button.

NextCancel = 3

Next and Cancel buttons (typical first wizard step).

None = 9

No button row; the step body resolves itself via Completion.

Ok = 5

A single OK button (dialog preset). Affirmative verdict Ok.

OkCancel = 0

An OK button and a Cancel button.

RetryCancel = 8

Retry and Cancel buttons (dialog preset).

YesNo = 6

Yes and No buttons (dialog preset). Verdicts Yes / No.

YesNoCancel = 7

Yes, No, and Cancel buttons (dialog preset).