Table of Contents

Enum InfiniFrameDialogResult

Namespace
InfiniFrame
Assembly
InfiniFrame.Shared.dll

Represents the result of a dialog interaction.

public enum InfiniFrameDialogResult

Fields

Abort = 3

Represents the "Abort" result of a dialog.

Cancel = -1

Represents the "Cancel" result of a dialog.

Ignore = 5

Represents the "Ignore" result of a dialog.

No = 2

Represents the "No" result of a dialog.

Ok = 0

Represents the "Ok" result of a dialog.

Retry = 4

Represents the "Retry" result of a dialog.

Yes = 1

Represents the "Yes" result of a dialog.