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

Insert a dbiExplorerItem item into the collection at a specified index.

Overload List

OverloadDescription
Insert(Int32,dbiExplorerItem)Inserts a dbiExplorerItem into the collection at a specified index.  
Insert(Int32,String)Creates a new dbiExplorerItem setting the Text Property and inserts it into the collection at the specified index.  
Insert(Int32,String,Int32)Creates a new dbiExplorerItem setting the Text Property and ImageIndex Property then inserts the item into the collection at the specified index.  

Requirements

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

See Also