TreeNode::RenderPostText Method (HtmlTextWriter^)

 

Allows control developers to add additional rendering to the node.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void RenderPostText(
	HtmlTextWriter^ writer
)

Parameters

writer
Type: System.Web.UI::HtmlTextWriter^

The System.Web.UI::HtmlTextWriter that represents the output stream used to write content to a Web page.

This method can be overridden by control developers to add additional rendering after the node is rendered.

.NET Framework
Available since 2.0
Return to top
Show: