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

In This Topic
    IndexOf(String) Method
    In This Topic
    Determines index of the first C1GaugeDecorator with the specified name in the collection.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal name As System.String _
    ) As System.Integer
    public System.int IndexOf( 
       System.string name
    )

    Parameters

    name
    See Also