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


"

For a list of all members of this type, see ExplorerItemCollection members.

"

Public Methods

 NameDescription
public MethodAddOverloaded. Add a dbiExplorerItem to the collection.  
public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
public MethodIndexOf  
public MethodInsertOverloaded. Insert a dbiExplorerItem item into the collection at a specified index.  
public MethodRemoveRemove the dbiExplorerItem from the collection.  
public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
public MethodWriteXMLFileWrites the ExplorerItem Collection to an XML file.  
Top

See Also