MsgBox Web Control Help

MsgBox.MsgBoxEventSourceID Property

Returns a unique ID for the hidden input field containing the original postback event source object, based on the ID of the MsgBox control.

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

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace