Table of Contents

Enum DialogOption

Namespace
ConsoleAppVisuals.Enums
Assembly
ConsoleAppVisuals.dll

The DialogOption enum defines the outputs of a dialog.

public enum DialogOption

Fields

Left = 1

Left option selected.

None = 0

No options are set or escape pressed.

Right = 2

Right option selected.

Remarks

For more information, consider visiting the documentation available here.