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




value
Value to identify the node.
text
Text to display for the node.
Constructor.

Syntax

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

Parameters

value
Value to identify the node.
text
Text to display for the node.

See Also

© 2010 All Rights Reserved.