Intersoft.Client.Framework Namespace : DialogResult Enumeration |
Public Enum DialogResult Inherits System.Enum
Dim instance As DialogResult
public enum DialogResult : System.Enum
public enum class DialogResult : public System.Enum
Member | 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 | Nothing is returned from the dialog box. This means that the modal dialog continues running. |
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). |
System.Object
System.ValueType
System.Enum
Intersoft.Client.Framework.DialogResult
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2