InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBoxItemCollection Class / IndexOfText Method

In This Topic
    IndexOfText Method (InputComboBoxItemCollection)
    In This Topic
    Determines index of the first InputOption with the specified text in the collection.
    Syntax
    'Declaration
     
    Public Function IndexOfText( _
       ByVal text As String _
    ) As Integer
    public int IndexOfText( 
       string text
    )

    Parameters

    text
    See Also