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 |
Member | Description |
---|---|
Alert | Show an alert box (a message with an OK button). |
Confirm | Show a confirm box (a message with OK and Cancel buttons). |
Prompt | Show a prompt box (a message with OK and Cancel buttons, and an input field). |
This enumeration is used as a parameter of the LiveMessageBox control.
System.Object
System.ValueType
System.Enum
Dart.LiveControls.DialogType
Target Platforms: Microsoft .NET Framework 2.0