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

objNode
The TreeNode to base the new dbiNodeItem off of.
Initializes a new node based on an existing System.Windows.Forms.TreeNode item.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal objNode As TreeNode _
)
C# 
public dbiNodeItem( 
   TreeNode objNode
)

Parameters

objNode
The TreeNode to base the new dbiNodeItem off of.

Return Value

dbiNodeItem Class

Requirements

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

See Also