C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel 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
 

Parameters

text
See Also