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

strText
The value to assign as the text for the new dbiNodeItem.
nImageIndex
Integer value for the ImageIndex property of the new dbiNodeItem.
nSelectedImageIndex
Integer value for the SelectedImageIndex property of the new dbiNodeItem.
Initializes a new node setting the node properties for the Text Property, the ImageIndex Property and the SelectedImageIndex Property properties.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal strText As String, _
   ByVal nImageIndex As Integer, _
   ByVal nSelectedImageIndex As Integer _
)
C# 
public dbiNodeItem( 
   string strText,
   int nImageIndex,
   int nSelectedImageIndex
)

Parameters

strText
The value to assign as the text for the new dbiNodeItem.
nImageIndex
Integer value for the ImageIndex property of the new dbiNodeItem.
nSelectedImageIndex
Integer value for the SelectedImageIndex property of the new dbiNodeItem.

Return Value

dbiNodeItem Class

Requirements

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

See Also