TreeView.CreateNode Method

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns a new instance of the TreeNode class. The CreateNode is a helper method.

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

protected public:
virtual TreeNode^ CreateNode ()
protected TreeNode CreateNode ()
protected internal function CreateNode () : TreeNode
Not applicable.

Return Value

A new instance of the TreeNode.

The CreateNode method is a helper method that returns a new instance of the TreeNode class.

The CreateNode method is used primarily by control developers. Control developers that want to extend the TreeView class by extending the TreeNode class should override this method to return an object that derives from the TreeNode. A common reason to extend the TreeNode class is to override the RenderPreText and RenderPostText methods.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: