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

obj
The dbiExplorerList item to remove.
Remove the dbiExplorerList from the collection.

Syntax

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

Parameters

obj
The dbiExplorerList item to remove.

Requirements

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

See Also