ESRI.ArcGIS.ADF.Web.UI.WebControls
Render Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : Render Method




writer
The System.Web.UI.HtmlTextWriter object that receives the control content.
Renders the control to the specified HTML writer.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub Render( _
   ByVal writer As HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim writer As HtmlTextWriter
 
instance.Render(writer)
C# 
protected override void Render( 
   HtmlTextWriter writer
)

Parameters

writer
The System.Web.UI.HtmlTextWriter object that receives the control content.

See Also

© 2010 All Rights Reserved.