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.Update

Forces the control to paint any currently invalid areas.

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

See Also

Control Class | Control Members | System.WinForms Namespace