TreeNode Constructor
.NET Framework (current version)
Initializes a new instance of the TreeNode class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | TreeNode() | Initializes a new instance of the TreeNode class without text or a value. |
![]() | TreeNode(String^) | Initializes a new instance of the TreeNode class using the specified text. |
![]() | TreeNode(String^, String^) | Initializes a new instance of the TreeNode class using the specified text and value. |
![]() | TreeNode(String^, String^, String^) | Initializes a new instance of the TreeNode class using the specified text, value, and image URL. |
![]() | TreeNode(String^, String^, String^, String^, String^) | Initializes a new instance of the TreeNode class using the specified text, value, image URL, navigation URL, and target. |
![]() | TreeNode(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. |
Show:

