ICreate.Controls.Bars Send comments on this topic.
Generic BarItemCollection Class Members
See Also  Properties  Methods 
ICreate.Controls.Bars Namespace : Generic BarItemCollection Class


The following tables list the members exposed by Generic BarItemCollection.

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. Gets or sets the BarItem at the specified index.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a new item to the BarItemCollection.  
Public MethodClearRemoves all items from the BarItemCollection.  
Public MethodContainsDetermines whether the BarItemCollection contains the specified BarItem.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a specific BarItem in the BarItemCollection.  
Public MethodInsertInsert a BarItem into the BarItemCollection at the specified index.  
Public MethodRemoveRemoves the specified BarItem from the BarItemCollection.  
Public MethodRemoveAtRemoves the BarItem at the specified index.  
Top

See Also