[]
        
(Showing Draft Content)

C1.Win.Gauge.CommonImageCollection

CommonImageCollection Class

Represents a collection of CommonImage objects.

Inheritance
CommonImageCollection
Namespace: C1.Win.Gauge
Assembly: C1.Win.Gauge.8.dll
Syntax
[ListBindable(false)]
public class CommonImageCollection : CommonItemCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the CommonImage at the specified position in the collection.

this[string]

Gets the first CommonImage with the specified name in the collection.

Methods

Name Description
Add(CommonImage)

Adds the specified CommonImage to the collection.

AddRange(CommonImage[])

Adds a group of CommonImage objects to the end of the collection.

Contains(CommonImage)

Determines whether this collection contains the specified CommonImage.

IndexOf(CommonImage)

Determines the index of a specific CommonImage in the collection.

Insert(int, CommonImage)

Inserts the specified CommonImage into this collection at the given index.

OnValidate(object)

Checks whather the type of the value argument is allowable for this collection.

Remove(CommonImage)

Removes the specified CommonImage from the collection.