dbicList Send comments on this topic.
Remove Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class : Remove Method

objItem
The dbiNodeItem to remove.
Removes an item from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal objItem As dbiNodeItem _
) 
C# 
public void Remove( 
   dbiNodeItem objItem
)

Parameters

objItem
The dbiNodeItem to remove.

Requirements

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

See Also