System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Enum System.Runtime.InteropServices.ComVisible(true) The property and the method use this enumeration. Specifies identifiers to indicate the return value of a dialog box. Field System.Windows.Forms.DialogResult The dialog box return value is Abort (usually sent from a button labeled Abort). 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.DialogResult The dialog box return value is Cancel (usually sent from a button labeled Cancel). 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.DialogResult The dialog box return value is Ignore (usually sent from a button labeled Ignore). 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.DialogResult The dialog box return value is No (usually sent from a button labeled No). 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.DialogResult Nothing is returned from the dialog box. This means that the modal dialog continues running. 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.DialogResult The dialog box return value is OK (usually sent from a button labeled OK). 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.DialogResult The dialog box return value is Retry (usually sent from a button labeled Retry). 1.0.5000.0 2.0.0.0 Field System.Windows.Forms.DialogResult The dialog box return value is Yes (usually sent from a button labeled Yes). 1.0.5000.0 2.0.0.0