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

obj
The dbiExplorerItem to add to the collection.
Adds an existing ExplorerItem to the collection.

Syntax

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

Parameters

obj
The dbiExplorerItem to add to the collection.

Requirements

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

See Also