Validate method
This method is virtual. The overridden methods in inherited classes validate assigned controls but must call this base method to raise or hide validation error on the control when the whole form is validated.
Syntax
public virtual void Validate(object control)
Parameters
control
Type: System.Object
The object instance of the control assigned for the validation.
Remarks
See example in chapter LocalizableValidationRole class for more details.