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

strText
The value to assign as the text for the new dbiNodeItem.
Initializes a new node setting the Text Property to the value of the string parameter.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal strText As String _
)
C# 
public dbiNodeItem( 
   string strText
)

Parameters

strText
The value to assign as the text for the new dbiNodeItem.

Return Value

dbiNodeItem Class

Requirements

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

See Also