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

nIndex
The index value to insert the ExplorerItem into.
strText
Text Property
nImage
ImageIndex Property
Creates a new dbiExplorerItem setting the Text Property and ImageIndex Property then inserts the item into the collection 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 dbiExplorerItem
C# 
public dbiExplorerItem Insert( 
   int nIndex,
   string strText,
   int nImage
)

Parameters

nIndex
The index value to insert the ExplorerItem into.
strText
Text Property
nImage
ImageIndex Property

Requirements

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

See Also