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 = 2Back, Finish, and Cancel buttons (final wizard step).
BackNextCancel = 1Back, Next, and Cancel buttons (typical middle wizard step).
CancelOnly = 4Only a Cancel button.
NextCancel = 3Next and Cancel buttons (typical first wizard step).
None = 9No button row; the step body resolves itself via Completion.
Ok = 5A single OK button (dialog preset). Affirmative verdict Ok.
OkCancel = 0An OK button and a Cancel button.
RetryCancel = 8Retry and Cancel buttons (dialog preset).
YesNo = 6YesNoCancel = 7Yes, No, and Cancel buttons (dialog preset).