MsgBox Web Control Help

MsgBox.Text Property

Gets or sets the text that will appear as the message box text.

[Visual Basic]
Public Property Text As String
[C#]
new public string Text {get; set;}

Remarks

This property overrides the base class property.

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace