ComponentOne Windows 7 Control Pack for WinForms
IndexOf Method (JumpItemCollection)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > JumpItemCollection Class : IndexOf Method
Determines the index of a specific C1JumpItem in the collection.
Syntax
Public Function IndexOf( _
   ByVal item As C1JumpItem _
) As Integer
Dim instance As JumpItemCollection
Dim item As C1JumpItem
Dim value As Integer
 
value = instance.IndexOf(item)
public int IndexOf( 
   C1JumpItem item
)
public:
int IndexOf( 
   C1JumpItem^ item
) 

Parameters

item
See Also

Reference

JumpItemCollection Class
JumpItemCollection Members