dbicCalendar Send comments on this topic.
Invalidate(Rectangle) Method
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class > Invalidate Method : Invalidate(Rectangle) Method

rc
A System.Drawing.Rectangle that represents the region to invalidate.
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Invalidate( _
   ByVal rc As Rectangle _
) 
C# 
public void Invalidate( 
   Rectangle rc
)

Parameters

rc
A System.Drawing.Rectangle that represents the region to invalidate.

Requirements

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

See Also