Version

GaugeCollectionBase Class Methods

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

Public Methods
 NameDescription
Public MethodClearRemoves all objects from this collection.  
Public MethodCloneCreates and returns a copy of this collection.  
Public MethodContainsDetermines whether or not the given object is contained by this collection.  
Public MethodCopyToCopies the contents of this collection to the given array.  
Public MethodIndexOfGets the index of the specified object in this collection.  
Public MethodRemoveAtRemoves an item from this collection at the specified index.  
Public MethodReverseReverses the order of items in this collection.  
Public MethodToArrayReturns this collection as an array of the given type.  
Public MethodToStringReturns a string representation of this object.  
Protected Methods
 NameDescription
Protected MethodAddItemAdds an object to this collection.  
Protected MethodAddItemsAdds the given array of objects to this collection.  
Protected MethodFromKeyGets the first object in this collection with the specified key.  
Protected MethodGetItemGets the item at the specified index in the collection.  
Protected MethodInsertItemInserts an object into this collection at the specified index.  
Protected MethodInvalidateInvalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Protected MethodOnItemAddedEvent raised when an item is added to the gauge.  
Protected MethodRemoveRemoves the specified object from this collection.  
Protected MethodSetItemSets the item at the specified index in the collection.  
See Also