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


"

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

"

Public Methods

 NameDescription
public MethodAddOverloaded. Add a dbiExplorerList to the collection.  
public MethodAddRangeAdds the contents of an array of dbiExplorerList 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 MethodIndexOfReturn the index of the specified dbiExplorerList from the collection.  
public MethodInsertOverloaded. Insert a dbiExplorerList into the collection at a specified index.  
public MethodRemoveRemove the dbiExplorerList 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 ExplorerList Collection to an XML file.  
Top

See Also