ActiveReports 13
ValidateChildren() Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > FlatToolbox Class > ValidateChildren Method : ValidateChildren() Method
Causes all of the child controls within a control that support validation to validate their data.
Syntax
'Declaration
 
Public Overloads Function ValidateChildren() As Boolean
public bool ValidateChildren()

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.
See Also

Reference

FlatToolbox Class
FlatToolbox Members
Overload List