RectControl.RefreshRect Method
Repaints only the region of the control specified. If the optional parameter EraseBackground is True, the background will be erased prior to redrawing the area.
Syntax
RectControl.RefreshRect X, Y, Width, Height, [EraseBackground]
Parameters | |
X |
|
Y |
|
Width |
|
Height |
|
EraseBackground (Optional) |
The default is True.