dbicCalendar Send comments on this topic.
dbiCustomAreaCollection Class Methods
See Also 
dbicPIM Assembly > Dbi.PIM Namespace : dbiCustomAreaCollection Class


"

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

"

Public Methods

 NameDescription
public MethodAddAdds a new item to the CustomAreaCollection object.  
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 MethodIndexOfReturns the index of a specified time bar style within the collection.  
public MethodInsertInserts an item at a specific location in the collection.  
public MethodRemoveRemoves a specific item 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 data in the collection to an xml file.  
Top

See Also