dbicCalendar Send comments on this topic.
Validate(Boolean) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class > Validate Method : Validate(Boolean) Method

checkAutoValidate
If true, the value of the System.Windows.Forms.ContainerControl.AutoValidate property is used to determine if validation should be performed; if false, validation is unconditionally performed.
Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Validate( _
   ByVal checkAutoValidate As Boolean _
) As Boolean
C# 
public bool Validate( 
   bool checkAutoValidate
)

Parameters

checkAutoValidate
If true, the value of the System.Windows.Forms.ContainerControl.AutoValidate property is used to determine if validation should be performed; if false, validation is unconditionally performed.

Return Value

true if validation is successful; 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