[]
        
(Showing Draft Content)

C1.Win.Gauge.CommonImageMapCollection

CommonImageMapCollection Class

Represents a collection of CommonImageMap objects.

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

Properties

Name Description
this[int]

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

this[string]

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

Methods

Name Description
Add(CommonImageMap)

Adds the specified CommonImageMap to the collection.

AddRange(CommonImageMap[])

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

Contains(CommonImageMap)

Determines whether this collection contains the specified CommonImageMap.

IndexOf(CommonImageMap)

Determines the index of a specific CommonImageMap in the collection.

Insert(int, CommonImageMap)

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

OnValidate(object)

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

Remove(CommonImageMap)

Removes the specified CommonImageMap from the collection.