TreeNode Constructor
.NET Framework (current version)
Initializes a new instance of the TreeNode class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | TreeNode() | Initializes a new instance of the TreeNode class. |
![]() | TreeNode(SerializationInfo^, StreamingContext) | Initializes a new instance of the TreeNode class using the specified serialization information and context. |
![]() | TreeNode(String^) | Initializes a new instance of the TreeNode class with the specified label text. |
![]() | 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, array<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. |
![]() | TreeNode(String^, array<TreeNode^>^) | Initializes a new instance of the TreeNode class with the specified label text and child tree nodes. |
Show:

