Renders the control to the specified HTML writer.

Namespace:  C1.Web.UI.Controls.C1SuperPanel
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected override void Render(
	HtmlTextWriter writer
)
Visual Basic (Declaration)
Protected Overrides Sub Render ( _
	writer As HtmlTextWriter _
)

Parameters

writer
Type: System.Web.UI..::..HtmlTextWriter
The System.Web.UI.HtmlTextWriter object that receives the control content.

See Also