asp.net.ph

TreeNode Constructor ( )

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 ( );

Remarks

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.

See Also

TreeNode Members   TreeNode Constructor Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note