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

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

Syntax

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

Parameters

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

Requirements

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

See Also