Writes the opening tag of the markup element associated with the specified HtmlTextWriterTag enumeration value to the output stream.

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

Syntax

C#
public override void RenderBeginTag(
	HtmlTextWriter writer
)
Visual Basic (Declaration)
Public Overrides Sub RenderBeginTag ( _
	writer As HtmlTextWriter _
)

Parameters

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

See Also