dbicExplorerBar Send comments on this topic.
Insert(Int32,String) Method
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ExplorerListCollection Class > Insert Method : Insert(Int32,String) Method

nIndex
The index value to insert the ExplorerList into.
strText
The Title Property.
Creates a new dbiExplorerList setting the Title Property and inserts it at the specified index.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Insert( _
   ByVal nIndex As Integer, _
   ByVal strText As String _
) As dbiExplorerList
C# 
public dbiExplorerList Insert( 
   int nIndex,
   string strText
)

Parameters

nIndex
The index value to insert the ExplorerList into.
strText
The Title Property.

Requirements

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

See Also