MsgBox Web Control Help

MsgBox.MsgBoxReturnID Property

Returns a unique ID for the hidden input field containing the message box return value, based on the ID of the MsgBox control.

[Visual Basic]
Private ReadOnly Property MsgBoxReturnID As String
[C#]
private string MsgBoxReturnID {get;}

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace