MsgBox Web Control Help

MsgBox.MessageBoxType Property

Sets or gets the message box type.

[Visual Basic]
Public Property MessageBoxType As MsgBoxType
[C#]
public MsgBox.MsgBoxType MessageBoxType {get; set;}

Remarks

Generates a different type of message box depending on the property value set. See MsgBox.MsgBoxType for possible values and message box types. See ReturnValue for the message box return values that can be processed by the form.

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace