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

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

    Parameters

    item
    See Also