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




writer
Writer to output to.
Renders any cell post-text.

Syntax

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

Parameters

writer
Writer to output to.

See Also

© 2010 All Rights Reserved.