Enum InfiniFrameDialogButtons
- Namespace
- InfiniFrame
- Assembly
- InfiniFrame.Shared.dll
Represents the types of buttons that can be displayed in a InfiniFrame dialog.
public enum InfiniFrameDialogButtons
Fields
AbortRetryIgnore = 5Represents a dialog with Abort, Retry, and Ignore buttons.
Ok = 0Represents a dialog with an OK button.
OkCancel = 1Represents a dialog with OK and Cancel buttons.
RetryCancel = 4Represents a dialog with Retry and Cancel buttons.
YesNo = 2Represents a dialog with Yes and No buttons.
YesNoCancel = 3Represents a dialog with Yes, No, and Cancel buttons.