Version

PrimitiveCollection Class Members

The following tables list the members exposed by PrimitiveCollection.

Public Constructors
 NameDescription
Public ConstructorPrimitiveCollection ConstructorPrimitiveCollection constructor.  
Public Properties
 NameDescription
Public PropertyCountCount of items in this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyItemGets/Sets the Primitive at the specified index in the collection.  
Protected Properties
 NameDescription
Protected PropertyListThe List used for this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public Methods
 NameDescription
Public MethodAddAdds a Primitive to the collection.  
Public MethodAddRangeAdds an array of Primitives to this collection.  
Public MethodClearRemoves all objects from this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodCloneCreates and returns a copy of this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodContainsDetermines whether or not the given object is contained by this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodCopyToCopies the contents of this collection to the given array. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodFromKeyGets the first object in this collection with the specified key.  
Public MethodIndexOfGets the index of the specified object in this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodInsertInserts a Primitive into this collection at the specified index.  
Public MethodInsertBeforeInserts a Primitive before another Primitive which is known to exist in this collection.  
Public MethodRemoveAtRemoves an item from this collection at the specified index. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public Methodstatic (Shared in Visual Basic)ReverseOverloaded. Reverses the primitives in a given collection.  
Public MethodToArrayReturns this collection as an array of the given type. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Public MethodToStringReturns a string representation of this object. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected Methods
 NameDescription
Protected MethodAddItemAdds an object to this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodAddItemsAdds the given array of objects to this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodGetItemGets the item at the specified index in the collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodInsertItemInserts an object into this collection at the specified index. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodInvalidateOverridden. Overridden to prevent invalidating the gauge component when the collection is changed.  
Protected MethodOnItemAddedEvent raised when an item is added to the gauge. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodRemoveRemoves the specified object from this collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
Protected MethodSetItemSets the item at the specified index in the collection. (Inherited from Infragistics.UltraGauge.Resources.GaugeCollectionBase)
See Also