←Select platform

IndexOf Method

Summary
Returns the index of the specified item if it is found in the collection.
Syntax
C#
VB
C++
Java
public int IndexOf( 
   IMasterForm item 
) 
  
Public Function IndexOf( _ 
   ByVal item As IMasterForm _ 
) As Integer 
public int indexOf( 
   java.lang.Object 
); 
public: 
int IndexOf(  
   IMasterForm^ item 
)  

Parameters

item
Object to test.

Return Value

The index of the specified item if it is found in the collection.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.