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

Insert a dbiExplorerList into the collection at a specified index.

Overload List

OverloadDescription
Insert(Int32,dbiExplorerList)Insert a specific dbiExplorerList into the collection at a specified index.  
Insert(Int32,String)Creates a new dbiExplorerList setting the Title Property and inserts it at the specified index.  
Insert(Int32,String,Int32)Creates a new dbiExplorerList setting the Title Property and ImageIndex Property then inserts it at the specified index.  

Requirements

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

See Also