ComponentOne Input for WinForms
IndexOf Method (ComboBoxItemList)

C1.Win.C1Input.4 Assembly > 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 System.Object _
) As System.Integer
public System.int IndexOf( 
   System.object value
)

Parameters

value
The specified item.
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members