In The Hand LtdIn The Hand
Invalidate Method (c, invalidateChildren)
NamespacesInTheHand.Windows.FormsControlHelperInvalidate(Control, Boolean)
.NET Components for Mobility
Invalidates the entire surface of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
Declaration Syntax
C#Visual Basic
public static void Invalidate(
	Control c,
	bool invalidateChildren
)
Public Shared Sub Invalidate ( _
	c As Control, _
	invalidateChildren As Boolean _
)
Parameters
c (Control)
The control.
invalidateChildren (Boolean)
true to invalidate the control's child controls; otherwise, false.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0