ExtraColorSchemeCollection

ExtraColorSchemeCollection class

Represents a collection of additional color schemes.

public class ExtraColorSchemeCollection : IExtraColorSchemeCollection

Properties

NameDescription
Count { get; }Returns a number of elements int the collection. Read-only Int32.
IsSynchronized { get; }Returns a value indicating whether access to the ArrayList is synchronized (thread safe). Read-only Boolean.
Item { get; }Returns an color scheme by index. Read-only ExtraColorScheme.
SyncRoot { get; }Returns an object that can be used to synchronize access to the collection. Read-only Object.

Methods

NameDescription
CopyTo(Array, int)Copies all elements of the collection to the specified array.
GetEnumerator()Returns an enumerator that iterates through the collection.

See Also