| Visual Basic (Declaration) | |
|---|---|
Public Enum DialogBoxImageType Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DialogBoxImageType | |
| C# | |
|---|---|
public enum DialogBoxImageType : System.Enum | |
| Member | Description |
|---|---|
| Custom | The type of image shown on WebDialogBox is custom. |
| Error | The type of image shown on WebDialogBox is error. |
| Information | The type of image shown on WebDialogBox is information. |
| None | None of the image is shown on WebDialogBox. |
| NotSet | The image on WebDialogBox is not set. |
| Question | The type of image shown on WebDialogBox is information. |
| Warning | The type of image shown on WebDialogBox is warning. |
This feature simulates the behavior of Windows Form's MessageBox where the Icon of the box can be specified. The predefined DialogBoxImage lets developers easily create any type of DialogBox with default Image assigned to it. The valid enumerations for DialogBoxImage are Information, Error, Warning, Question, None and Custom.
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.DialogBoxImageType
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