| Visual Basic (Declaration) | |
|---|---|
Public Enum DialogResult Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DialogResult | |
| C# | |
|---|---|
public enum DialogResult : System.Enum | |
| C++/CLI | |
|---|---|
public enum class DialogResult : public System.Enum | |
| Member | Description |
|---|---|
| Abort | The user clicked the Abort button. |
| Cancel | The user clicked the Cancel button. |
| Ignore | The user clicked the Ignore button. |
| No | The user clicked the No button. |
| None | Nothing. This means that the dialog or message box continues running. |
| Ok | The user clicked the Ok button. |
| Retry | The user clicked the Retry button. |
| Yes | The user clicked the Yes button. |
System.Object
System.ValueType
System.Enum
Cocktail.DialogResult
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family