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

Verifies the value of the control losing focus by causing the System.Windows.Forms.Control.Validating and System.Windows.Forms.Control.Validated events to occur, in that order.

Syntax

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

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