ESRI.ArcGIS.ADF.Web.UI.WebControls
TreeViewPlusNode Constructor(String)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class > TreeViewPlusNode Constructor : TreeViewPlusNode Constructor(String)




text
Text to display for the node.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String _
)
Visual Basic (Usage)Copy Code
Dim text As String
 
Dim instance As TreeViewPlusNode(text)
C# 
public TreeViewPlusNode( 
   string text
)

Parameters

text
Text to display for the node.

Remarks

The Value property takes the value passed for text.

See Also

© 2010 All Rights Reserved.