InvalidateDisplay Method
InvalidateDisplay(Int32, Int32)
Invalidates the part of controls surface and causes the control to be redrawn.
Declaration
public void InvalidateDisplay(int first, int last)
Parameters
Type | Name | Description |
---|---|---|
Int32 | first | First display line to be invalidated. |
Int32 | last | Last display line to be invalidated. |