MsgBox Web Control Help

MsgBox.PromptValue Property

Sets or gets the initial return value for a prompt() message box. This value is shown in the text box of the message box.

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

Remarks

This value is only used if the MessageBoxType is set to Prompt

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace