ComponentOne MultiSelect for WinForms
IndexOf Method (ComboBoxItemList)

C1.Win.C1Input Namespace > ComboBoxItemList Class : IndexOf Method
The specified item.
Searches for the specified item and returns the zero-based index.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As Object _
) As Integer
public int IndexOf( 
   object value
)

Parameters

value
The specified item.
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members