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

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

    Parameters

    item
    See Also