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

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

Syntax

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

Parameters

strText
The text of the new node.
colorFore
The fore color of the new node.

Requirements

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

See Also