Intersoft WebDesktop Documentation
DialogBoxImageType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : DialogBoxImageType Enumeration


Glossary Item Box

Value representing the type of WebDialogBox image.

Syntax

Visual Basic (Declaration) 
Public Enum DialogBoxImageType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DialogBoxImageType
C# 
public enum DialogBoxImageType : System.Enum 

Members

MemberDescription
CustomThe type of image shown on WebDialogBox is custom.
ErrorThe type of image shown on WebDialogBox is error.
InformationThe type of image shown on WebDialogBox is information.
NoneNone of the image is shown on WebDialogBox.
NotSetThe image on WebDialogBox is not set.
QuestionThe type of image shown on WebDialogBox is information.
WarningThe type of image shown on WebDialogBox is warning.

Remarks

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, ErrorWarning, Question, None and Custom.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.DialogBoxImageType

Requirements

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

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.