NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.Refresh

Forces the control to invalidate and immediately repaint itself and any children.

[Visual Basic]
Overridable Public Sub Refresh()
[C#]
public virtual void Refresh();
[C++]
public: virtual void Refresh();
[JScript]
public function Refresh();

See Also

Control Class | Control Members | System.WinForms Namespace