Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / CommonItemCollection Class
Properties Methods


In This Topic
    CommonItemCollection Class Members
    In This Topic

    The following tables list the members exposed by CommonItemCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodRemoves all common items from the collection, then disposes the items.  
    Public MethodDetermines whether this collection contains a CommonItem with the specified name.  
    Public MethodDetermines index of the first CommonItem with the specified name in the collection.  
    Public MethodMoves the item with given index (fromIndex) to the new position (toIndex).  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the CommonItemCollection instance.  
    Protected MethodOverridden. Performs additional custom processes after clearing the contents of the CommonItemCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after inserting a CommonItem into the CommonItemCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after removing a CommonItem from the CommonItemCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after setting a CommonItem in the CommonItemCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Top
    See Also