| Visual Basic (Declaration) | |
|---|---|
Public Enum DialogBoxButtonType Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DialogBoxButtonType | |
| C# | |
|---|---|
public enum DialogBoxButtonType : System.Enum | |
| Member | Description |
|---|---|
| Abort | The type of button is Abort. |
| Cancel | The type of button is Cancel. |
| Custom | The type of button is Custom. |
| Ignore | The type of button is Ignore. |
| No | The type of button is No. |
| NotSet | The button is not set. |
| OK | The type of button is Ok. |
| Retry | The type of button is Retry. |
| Yes | The type of button is Yes. |
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.DialogBoxButtonType
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