ComponentOne InputPanel for WinForms
IndexOfText Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputComboBoxItemCollection Class : IndexOfText Method
Determines index of the first InputOption with the specified text in the collection.
Syntax
'Declaration
 
Public Function IndexOfText( _
   ByVal text As System.String _
) As System.Integer
public System.int IndexOfText( 
   System.string text
)

Parameters

text
See Also

Reference

InputComboBoxItemCollection Class
InputComboBoxItemCollection Members