MsgBox Web Control Help

MsgBox.Render Method 

Renders this control to the output parameter specified. For this control no output is emitted.

[Visual Basic]
Overrides Protected Sub Render( _
   ByVal output As HtmlTextWriter _
)
[C#]
protected override void Render(
   HtmlTextWriter output
);

Parameters

output
The HTML writer to write out to.

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace