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


"

The following tables list the members exposed by ExplorerListCollection.

"

Public Constructors

 NameDescription
public ConstructorExplorerListCollection ConstructorCreates a collection of dbiExplorerList 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 dbiExplorerList item based on it's index value.  
Top

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