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


"

The following tables list the members exposed by ExplorerItemCollection.

"

Public Constructors

 NameDescription
public ConstructorExplorerItemCollection ConstructorCreates a collection of dbiExplorerItem objects.  
Top

Public Properties

 NameDescription
public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
public PropertyItemGets or sets the dbiExplorerItem based on it's index value.  
Top

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