MsgBox Web Control Help

MsgBox.MsgBoxType Enumeration

The message box type.

[Visual Basic]
Public Enum MsgBox.MsgBoxType
[C#]
public enum MsgBox.MsgBoxType

Members

Member NameDescription
Alert Generates a jscript 'alert()' message box.
Confirm Generates a jscript 'confirm()' message box.
Prompt Generates a jscript 'prompt()' message box.

Requirements

Namespace: BWare.UI.Web.WebControls

Assembly: BWare.UI.Web.WebControls.MsgBox (in BWare.UI.Web.WebControls.MsgBox.dll)

See Also

BWare.UI.Web.WebControls Namespace