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


"

The following tables list the members exposed by GaugeObjectCollection.

"

Public Constructors

 NameDescription
public ConstructorGaugeObjectCollection ConstructorInitalizes a new instance of the class.  
Top

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 PropertyItemA reference to a specified dbiGaugeObject located in the collection.  
Top

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