Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / BaseTheme Class / IndexOf Method

In This Topic
    IndexOf Method (BaseTheme)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As C1.Framework.Style _
    ) As System.Integer
    public System.int IndexOf( 
       C1.Framework.Style item
    )

    Parameters

    item
    See Also