C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputComboBoxItemCollection Class / IndexOf Method
The item to search for.

In This Topic
IndexOf Method (RenderInputComboBoxItemCollection)
In This Topic
Returns the index of a RenderInputComboBoxItem in the current collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As RenderInputComboBoxItem _
) As Integer
 

Parameters

item
The item to search for.

Return Value

The index of the specified item, or -1 if none was found.
See Also