TreeView::CreateNode Method
Returns a new instance of the TreeNode class. The CreateNode is a helper method.
Assembly: System.Web (in System.Web.dll)
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.