asp.net.ph

TreeNode Constructor ( String )

System.Web.UI.WebControls Namespace   TreeNode Class


.NET Framework version 2.0

Initializes a new instance of the TreeNode class with the specified node text.

[ VB ]
Overloads Public Sub New ( _
   ByVal text As String _
)

[ C# ]
public TreeNode (
   string text
);

[ C++ ]
public: TreeNode (
   String* text
);

[ JScript ]
public function TreeNode (
   text : String
);

Parameters

text
The text to display for the TreeNode.

Remarks

Use this constructor to initialize a new instance of the TreeNode class using the specified node text.

The following table shows initial property values for an instance of TreeNode.

Property Initial Value
Text The value of the text parameter.

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