This documentation is archived and is not being maintained.
TreeNode Constructor
Visual Studio 2008
Initializes a new instance of the TreeNode class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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(TreeView, Boolean) | Infrastructure. Initializes a new instance of the TreeNode class using the specified owner. |
|
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. |
Show: