An NDoc Documented Class Library

FormValidatorCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a FormValidator in the FormValidatorCollection.

public virtual int IndexOf(
   FormValidator item
);

Parameters

item
The FormValidator to locate in the FormValidatorCollection.

Return Value

The zero-based index of the first occurrence of item in the entire FormValidatorCollection, if found; otherwise, -1.

See Also

FormValidatorCollection Class | FormValidatorCollection Members | Genghis.Windows.Forms Namespace