| 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.