MsgBox Web Control Help

MsgBox._source Field

Member for the control that generated the original postback in response to which the message box is displayed.

[Visual Basic]
Private _source As Control
[C#]
private Control _source;

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace