Renders the contents of the control to the specified writer. This method is used primarily by control developers.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

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

Parameters

output
Type: System.Web.UI..::.HtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.

See Also