PPCC Namespace

The ColorTabPageCollection type exposes the following members.

Properties

  NameDescription
Capacity
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.)
Count
Gets the number of Color Tab Pages contained in the collection
InnerList
Gets an ArrayList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.)
IsFixedSize
Gets a value indicating whether the collection is fixed in size
IsReadOnly
Gets a value indicating whether the collection is read only
IsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe)
Item
Returns the object at the specified index
List
Gets an IList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.)
SyncRoot
Gets an object that can be used to synchronize access to the collection of Color Tab Pages

See Also