Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / GaugeCollection Class / IndexOf Method / IndexOf(C1GaugeBase) Method

In This Topic
    IndexOf(C1GaugeBase) Method
    In This Topic
    Determines the index of a specific C1GaugeBase in the collection.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal gauge As C1GaugeBase _
    ) As System.Integer
    public System.int IndexOf( 
       C1GaugeBase gauge
    )

    Parameters

    gauge
    See Also