ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemCollection Class / IndexOf Method

In This Topic
    IndexOf Method (C1MenuItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As C1MenuItem _
    ) As System.Integer
    public System.int IndexOf( 
       C1MenuItem item
    )

    Parameters

    item
    See Also