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

strText
The text of the new node.
Adds a new node item to the collection.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Add( _
   ByVal strText As String _
) As Integer
C# 
public int Add( 
   string strText
)

Parameters

strText
The text of the new node.

Return Value

The zero-based index value of the new node.

Requirements

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

See Also