Enum InfiniFrameDialogResult
- Namespace
- InfiniFrame
- Assembly
- InfiniFrame.Shared.dll
Represents the result of a dialog interaction.
public enum InfiniFrameDialogResult
Fields
Abort = 3Represents the "Abort" result of a dialog.
Cancel = -1Represents the "Cancel" result of a dialog.
Ignore = 5Represents the "Ignore" result of a dialog.
No = 2Represents the "No" result of a dialog.
Ok = 0Represents the "Ok" result of a dialog.
Retry = 4Represents the "Retry" result of a dialog.
Yes = 1Represents the "Yes" result of a dialog.