Click or drag to resize

CascadingMenuRender Method

Renders the control to the specified HTML writer.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The HtmlTextWriter object that receives the control content.
See Also