ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / C1LightBoxItemCollection Class / IndexOf Method / IndexOf(C1LightBoxItem,Int32,Int32) Method

In This Topic
    IndexOf(C1LightBoxItem,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal item As C1LightBoxItem, _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) As System.Integer
    public System.int IndexOf( 
       C1LightBoxItem item,
       System.int index,
       System.int count
    )

    Parameters

    item
    index
    count
    See Also