TreeNode.RenderPreText Method
.NET Framework 3.0
Allows control developers to add additional rendering to the node.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void RenderPreText ( HtmlTextWriter writer )
protected function RenderPreText ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
The System.Web.UI.HtmlTextWriter that represents the output stream used to write content to a Web page.
Community Additions
ADD
Show: