[]
        
(Showing Draft Content)

C1.Win.C1Gauge.CommonShadowCollection

CommonShadowCollection Class

Represents a collection of CommonShadow objects.

Inheritance
CommonShadowCollection
Namespace: C1.Win.C1Gauge
Assembly: C1.Win.C1Gauge.4.8.dll
Syntax
[ListBindable(false)]
public class CommonShadowCollection : CommonItemCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

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

this[string]

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

Methods

Name Description
Add(CommonShadow)

Adds the specified CommonShadow to the collection.

AddRange(CommonShadow[])

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

Contains(CommonShadow)

Determines whether this collection contains the specified CommonShadow.

IndexOf(CommonShadow)

Determines the index of a specific CommonShadow in the collection.

Insert(int, CommonShadow)

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

OnValidate(object)

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

Remove(CommonShadow)

Removes the specified CommonShadow from the collection.