Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

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

Syntax

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

Parameters

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

See Also