|
|
|
Update Method, SoftelvdmUserControl Class |
Causes the control to redraw the invalidated regions within its client area.
Syntax SoftelvdmUserControl Class (Softelvdm.Controls)
VB |
Public Overridable Sub Update()
|
C# |
public virtual void Update(); |
C++ |
public: virtual void Update(); |
Comments
The Update method causes the control to redraw the invalidated regions within its client area.
Executes any pending requests for painting of the control.
Use Control.Invalidate to invalidate the control, so the entire control is repainted.
Version Information
Supported in version 1.0.
Products Table