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

strText
The Text Property.
nImage
The ImageIndex Property.
Adds a new ExplorerItem to the collection with the Text Property and ImageIndex Property set.

Syntax

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

Parameters

strText
The Text Property.
nImage
The ImageIndex Property.

Requirements

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

See Also