dbicDayView Send comments on this topic.
ValidateChildren(ValidationConstraints) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class > ValidateChildren Method : ValidateChildren(ValidationConstraints) Method

validationConstraints
Places restrictions on which controls have their System.Windows.Forms.Control.Validating event raised.
Causes all of the child controls within a control that support validation to validate their data.

Syntax

Visual Basic (Declaration) 
Overloads Public Overridable Function ValidateChildren( _
   ByVal validationConstraints As ValidationConstraints _
) As Boolean
C# 
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.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also