ESRI.ArcGIS.ADF.Web.UI.WebControls
RenderEndTag Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class : RenderEndTag Method




writer
Writer to output to.
Renders the ending tag of the node.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub RenderEndTag( _
   ByVal writer As HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
Dim writer As HtmlTextWriter
 
instance.RenderEndTag(writer)
C# 
protected virtual void RenderEndTag( 
   HtmlTextWriter writer
)

Parameters

writer
Writer to output to.

See Also

© 2010 All Rights Reserved.