An NDoc Documented Class Library

FormValidatorCollection.Add Method 

Adds a FormValidator to the end of the FormValidatorCollection.

public virtual int Add(
   FormValidator item
);

Parameters

item
The FormValidator to be added to the end of the FormValidatorCollection.

Return Value

The index at which the value has been added.

See Also

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