| Overload | Description |
|---|---|
| dbiNodeItem Constructor() | Initializes a new instance of the dbiNodeItem class. |
| dbiNodeItem Constructor(dbiNodeItem[]) | Initializes a new node with the array of child nodes passed into the node.items collection. |
| dbiNodeItem Constructor(String) | Initializes a new node setting the Text Property to the value of the string parameter. |
| dbiNodeItem Constructor(String,Int32,Int32) | Initializes a new node setting the node properties for the Text Property, the ImageIndex Property and the SelectedImageIndex Property properties. |
| dbiNodeItem Constructor(TreeNode) | Initializes a new node based on an existing System.Windows.Forms.TreeNode item. |
| dbiNodeItem Constructor(XmlNodeList) | Create a new node item based on the XmlNodeList structure. |