TreeNode Constructor
.NET Framework 4.5
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. |
|
TreeNode(String) | Initializes a new instance of the TreeNode class with the specified label text. |
|
TreeNode(SerializationInfo, StreamingContext) | Initializes a new instance of the TreeNode class using the specified serialization information and context. |
|
TreeNode(String, TreeNode[]) | Initializes a new instance of the TreeNode class with the specified label text and child tree nodes. |
|
TreeNode(String, Int32, Int32) | Initializes a new instance of the TreeNode class with the specified label text and images to display when the tree node is in a selected and unselected state. |
|
TreeNode(String, Int32, Int32, TreeNode[]) | Initializes a new instance of the TreeNode class with the specified label text, child tree nodes, and images to display when the tree node is in a selected and unselected state. |