Table of Contents

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 = 5

Represents a dialog with Abort, Retry, and Ignore buttons.

Ok = 0

Represents a dialog with an OK button.

OkCancel = 1

Represents a dialog with OK and Cancel buttons.

RetryCancel = 4

Represents a dialog with Retry and Cancel buttons.

YesNo = 2

Represents a dialog with Yes and No buttons.

YesNoCancel = 3

Represents a dialog with Yes, No, and Cancel buttons.