dbicExplorerBar Send comments on this topic.
Add(dbiExplorerList) Method
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ExplorerListCollection Class > Add Method : Add(dbiExplorerList) Method

obj
The dbiExplorerList to add to the collection.
Adds an existing dbiExplorerList to the collection.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Add( _
   ByVal obj As dbiExplorerList _
) As Integer
C# 
public int Add( 
   dbiExplorerList obj
)

Parameters

obj
The dbiExplorerList to add to the collection.

Requirements

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

See Also