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.Invalidate ()

Invalidates the control and causes a paint message to be sent to the control. This will not force a synchronous paint to occur, calling update after invalidate will force a synchronous paint.

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

See Also

Control Class | Control Members | System.WinForms Namespace | Control.Invalidate Overload List