dbicGauge Send comments on this topic.
GaugeObjectCollection Class Methods
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace : GaugeObjectCollection Class


"

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

"

Public Methods

 NameDescription
public MethodAddAdds a dbiGaugeObject to the collection.  
public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
public MethodIndexOfReturns the index value of the supplied dbiGaugeObject  
public MethodInsertInserts a dbiGaugeObject into the collection at the specified index.  
public MethodRemoveRemoves a dbiGaugeObject from the collection.  
public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top

See Also