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

invalidateChildren
true to invalidate the control's child controls; otherwise, false.
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Invalidate( _
   ByVal invalidateChildren As Boolean _
) 
C# 
public void Invalidate( 
   bool invalidateChildren
)

Parameters

invalidateChildren
true to invalidate the control's child controls; otherwise, false.

Requirements

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

See Also