Version 24.2 (latest)

SystemColorsCollection Class Properties

For a list of all members of this type, see SystemColorsCollection members.

Public Properties
 NameDescription
Public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public Propertystatic (Shared in Visual Basic)DefaultReturns a static instance of the SystemColorsCollection class.  
Public PropertyItemIndexer (Inherited from Infragistics.Shared.ColorsCollectionBase)
Protected Properties
 NameDescription
Protected PropertyInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
See Also