MessageBoxResult Enumeration

Options for different message box buttons which may be available.

Namespace: XJTAG.Integration.XJRunner

Syntax

public enum MessageBoxResult

Members

Fields

Name Description
Abort

The dialog box return value is Abort (usually sent from a button labeled Abort).

Cancel

The dialog box return value is Cancel (usually sent from a button labeled Cancel).

Ignore

The dialog box return value is Ignore (usually sent from a button labeled Ignore).

No

The dialog box return value is No (usually sent from a button labeled No).

None

(Not valid for use with SetResult)

OK

The dialog box return value is OK (usually sent from a button labeled OK).

Retry

The dialog box return value is Retry (usually sent from a button labeled Retry).

Yes

The dialog box return value is Yes (usually sent from a button labeled Yes).

Methods

Name Description
CompareTo (from Enum)
Equals (from Enum)
Finalize (from object)
GetHashCode (from Enum)
GetType (from object)
GetTypeCode (from Enum)
HasFlag (from Enum)
MemberwiseClone (from object)
ToString() (from Enum)
ToString(IFormatProvider) (from Enum)
ToString(string) (from Enum)
ToString(string, IFormatProvider) (from Enum)