PowerWEB LiveControls for ASP.NET
DialogType Enumeration
See Also  Send comments on this topic.
Dart.LiveControls Namespace : DialogType Enumeration



Enumerates values which describe types of JavaScript message box.

Syntax

Visual Basic (Declaration) 
Public Enum DialogType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DialogType
C# 
public enum DialogType : System.Enum 
C++/CLI 
public enum class DialogType : public System.Enum 

Members

MemberDescription
AlertShow an alert box (a message with an OK button).
ConfirmShow a confirm box (a message with OK and Cancel buttons).
PromptShow a prompt box (a message with OK and Cancel buttons, and an input field).

Remarks

This enumeration is used as a parameter of the LiveMessageBox control.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.LiveControls.DialogType

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.