dbicList Send comments on this topic.
Add(dbiNodeItem) Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class > Add Method : Add(dbiNodeItem) Method

objItem
The dbiNodeItem to add to the collection.
Adds a new node item to the collection.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Add( _
   ByVal objItem As dbiNodeItem _
) As Integer
C# 
public int Add( 
   dbiNodeItem objItem
)

Parameters

objItem
The dbiNodeItem to add to the collection.

Return Value

The zero-based index value of the new node.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also