This documentation is archived and is not being maintained.
Control.Update Method
.NET Framework 1.1
Causes the control to redraw the invalidated regions within its client area.
[Visual Basic] Public Sub Update() [C#] public void Update(); [C++] public: void Update(); [JScript] public function Update();
Remarks
Executes any pending requests for painting.
For more information, see the WM_PAINT topic of the Painting and Drawing section of the Platform SDK documentation in the MSDN Library.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Control Class | Control Members | System.Windows.Forms Namespace | ClientRectangle | ClientSize | Invalidate
Show: