Renders the control. This is a core function that handles the various scenarios that controls can be rendered in. You will probably want to leave this function alone and override the RenderControlHtml function instead. This function can then again be used as an input parameter to this class.

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public void RenderControl(
	HtmlTextWriter writer
)
Visual Basic (Declaration)
Public Sub RenderControl ( _
	writer As HtmlTextWriter _
)

Parameters

writer
Type: System.Web.UI..::.HtmlTextWriter
Specifies where the Control will be rendered

See Also