dbicExplorerBar Send comments on this topic.
Remove Method
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ExplorerItemCollection Class : Remove Method

obj
The dbiExplorerItem to remove.
Remove the dbiExplorerItem from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal obj As dbiExplorerItem _
) 
C# 
public void Remove( 
   dbiExplorerItem obj
)

Parameters

obj
The dbiExplorerItem to remove.

Requirements

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

See Also