Method Invalidate
Invalidate(int, int)
Invalidates the part of controls surface and causes the control to be redrawn.
public void Invalidate(int first, int last)
Parameters
Invalidate()
Invalidates the entire surface of the control and causes the control to be redrawn.
public void Invalidate()