System.Web.UI.WebControls Namespace TreeNode Class
.NET Framework version 2.0
Initializes a new instance of the TreeNode class.
[ VB ]
Overloads Public Sub New ( )
[ C# ]
public TreeNode ( );
[ C++ ]
public: TreeNode ( );
[ JScript ]
public function TreeNode ( );
Use this constructor to initialize a new instance of the TreeNode class using default values.
NOTE: When this constructor is used, all properties of the TreeNode object are set to their default values. Be sure to set the properties, as necessary, after creating the object.
TreeNode Members TreeNode Constructor Overload List