Control::Refresh Method ()
.NET Framework (current version)
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Notes to Inheritors:
When overriding Refresh in a derived class, be sure to call the base class's Refresh method so the control and its child controls are invalidated and redrawn.
.NET Framework
Available since 1.1
Available since 1.1
Show: