TreeNode Constructor

 

Initializes a new instance of the TreeNode class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodTreeNode()

Initializes a new instance of the TreeNode class without text or a value.

System_CAPS_pubmethodTreeNode(String^)

Initializes a new instance of the TreeNode class using the specified text.

System_CAPS_pubmethodTreeNode(String^, String^)

Initializes a new instance of the TreeNode class using the specified text and value.

System_CAPS_pubmethodTreeNode(String^, String^, String^)

Initializes a new instance of the TreeNode class using the specified text, value, and image URL.

System_CAPS_pubmethodTreeNode(String^, String^, String^, String^, String^)

Initializes a new instance of the TreeNode class using the specified text, value, image URL, navigation URL, and target.

System_CAPS_protmethodTreeNode(TreeView^, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TreeNode class using the specified owner.

Return to top
Show: