TreeNode.TreeNode(String, String, String) Constructor
.NET Framework 3.0
Initializes a new instance of the TreeNode class using the specified text, value, and image URL.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public TreeNode ( String text, String value, String imageUrl )
public function TreeNode ( text : String, value : String, imageUrl : String )
Not applicable.
Parameters
- text
The text that is displayed in the TreeView control for the node.
- value
The supplemental data associated with the node, such as data used for handling postback events.
- imageUrl
The URL to an image that is displayed next to the node.
Community Additions
ADD
Show: