ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / ValueImageCollection Class
Properties Methods


In This Topic
    ValueImageCollection Class Members
    In This Topic

    The following tables list the members exposed by ValueImageCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyGets or sets the C1GaugeValueImage at the specified position in the collection.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified C1GaugeValueImage to the collection.  
    Public MethodAdds a group of C1GaugeValueImage objects to the end of the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodRemoves all items from the collection, then disposes the items.  
    Public MethodDetermines whether this collection contains the specified C1GaugeValueImage.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodDetermines the index of a specific C1GaugeValueImage in the collection.  
    Public MethodInserts the specified C1GaugeValueImage into this collection at the given index.  
    Public MethodMoves the item with given index (fromIndex) to the new position (toIndex).  
    Public MethodRemoves the specified C1GaugeValueImage from the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the ValueImageCollection instance.  
    Protected MethodOverridden. Performs additional custom processes after clearing the contents of the ValueImageCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after inserting a C1GaugeValueImage into the ValueImageCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after removing a C1GaugeValueImage from the ValueImageCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after setting a C1GaugeValueImage in the ValueImageCollection instance.  
    Protected MethodOverridden. Checks whather the type of the value argument is allowable for this collection.  
    Top
    See Also