.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
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