'Declaration Public Overloads Overridable Function ValidateChildren( _ ByVal validationConstraints As ValidationConstraints _ ) As Boolean
public virtual bool ValidateChildren( ValidationConstraints validationConstraints )
Parameters
- validationConstraints
- Places restrictions on which controls have their System.Windows.Forms.Control.Validating event raised.
Return Value
true if all of the children validated successfully; otherwise, false. If called from the System.Windows.Forms.Control.Validating or System.Windows.Forms.Control.Validated event handlers, this method will always return false.