Overload | Description |
---|---|
Update | Causes the control to redraw the invalidated regions with its client area. |
Overload | Description |
---|---|
Update | Causes the control to redraw the invalidated regions with its client area. |
Contrast the Update method with the Refresh method. The Update method forces the control to repaint invalid areas immediately. The Refresh method has the control check for invalid areas and then immediately repaint invalid areas.
For more information, see the Refresh method in the Microsoft .NET Framework Reference.