TreeListNode Constructors
A node displayed within a TreeListView.| Name | Parameters | Description |
|---|---|---|
| TreeListNode() | none | Initializes a new instance of the TreeListNode class. |
| TreeListNode(Object) | content | Initializes a new instance of the TreeListNode class with the specified content. |
See Also